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