action spotify_get_multiple_shows { label: "Get Several Shows\n" description: "Get Spotify catalog information for several shows based on their Spotify IDs.\n" provider: spotify method: GET path: "/shows" encoding: json output: { type: "object" additionalProperties: true } }