action infermedica_get_all_symptoms { label: "List all symptoms" description: "Returns a list of all available symptoms." provider: infermedica method: GET path: "/symptoms" 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 } }