action vimeo_get_video_categories { label: "Get all the categories to which a video belongs" provider: vimeo method: GET path: "/videos/{video_id}/categories" encoding: json input: { type: "object" properties: { video_id: { type: "number" } } required: ["video_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }