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