action twinehealth_fetch_organization { label: "Get an organization" description: "Get an organization record by id." provider: twinehealth method: GET path: "/organization/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }