action vimeo_get_text_tracks { label: "Get all the text tracks of a video" provider: vimeo method: GET path: "/videos/{video_id}/texttracks" encoding: json input: { type: "object" properties: { video_id: { type: "number" } } required: ["video_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }