action vimeo_get_channel { label: "Get a specific channel" provider: vimeo method: GET path: "/channels/{channel_id}" encoding: json input: { type: "object" properties: { channel_id: { type: "number" } } required: ["channel_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }