action infermedica_compute_red_flags { label: "Query the diagnostic engine for possible red flag symptoms" description: "Suggests possible red flag symptoms based on provided patient information." provider: infermedica method: POST path: "/red_flags" encoding: json input: { type: "object" properties: { max_results: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }