action zeno_get_podcast { label: "getPodcast" description: "Get podcast" provider: zeno method: GET path: "/api/v2/podcasts/{podcastKey}" encoding: json input: { type: "object" properties: { podcastKey: { type: "string" } } required: ["podcastKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }