action vimeo_get_category { label: "Get a specific category" provider: vimeo method: GET path: "/categories/{category}" encoding: json input: { type: "object" properties: { category: { type: "string" } } required: ["category"] additionalProperties: false } output: { type: "object" additionalProperties: true } }