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