action spotify_get_a_show { label: "Get Show\n" description: "Get Spotify catalog information for a single show identified by its\nunique Spotify ID.\n" provider: spotify method: GET path: "/shows/{id}" encoding: json output: { type: "object" additionalProperties: true } }