action infermedica_get_database_info { label: "Get database information" description: "Returns information about data used by diagnostic engine." provider: infermedica method: GET path: "/info" encoding: json input: { type: "object" properties: { "age.unit": { type: "string" } "age.value": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }