action ritc_get_channel { label: "getChannel" description: "Get channel information" provider: ritc method: GET path: "/channels/{channel_id}" encoding: json input: { type: "object" properties: { channel_id: { type: "string" } } required: ["channel_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }