action vimeo_get_custom_logo_alt1 { label: "Get a specific custom logo" provider: vimeo method: GET path: "/me/customlogos/{logo_id}" encoding: json input: { type: "object" properties: { logo_id: { type: "number" } } required: ["logo_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }