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