action vimeo_get_album_alt1 { label: "Get a specific album" provider: vimeo method: GET path: "/me/albums/{album_id}" encoding: json input: { type: "object" properties: { album_id: { type: "number" } } required: ["album_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }