action vimeo_get_portfolio_alt1 { label: "Get a specific portfolio" provider: vimeo method: GET path: "/me/portfolios/{portfolio_id}" encoding: json input: { type: "object" properties: { portfolio_id: { type: "number" } } required: ["portfolio_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }