action twinehealth_fetch_action { label: "Get an action" description: "Get a health action from a patient's plan." provider: twinehealth method: GET path: "/action/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }