action vimeo_get_endpoints { label: "Get an API specification" provider: vimeo method: GET path: "/" encoding: json input: { type: "object" properties: { openapi: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }