action infermedica_compute_triage { label: "Query diagnostic engine for triage level" description: "Estimates triage level based on provided patient information." provider: infermedica method: POST path: "/triage" encoding: json output: { type: "object" additionalProperties: true } }