action twinehealth_fetch_groups { label: "List groups" description: "Get a list of groups matching the specified filters." provider: twinehealth method: GET path: "/group" encoding: json input: { type: "object" properties: { "filter[name]": { type: "string" } "filter[organization]": { type: "string" } } required: ["filter[organization]"] additionalProperties: false } output: { type: "object" additionalProperties: true } }