action infermedica_get_all_conditions { label: "List all conditions" description: "Returns a list of all available conditions." provider: infermedica method: GET path: "/conditions" encoding: json input: { type: "object" properties: { "age.unit": { type: "string" } "age.value": { type: "string" } enable_triage_5: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }