action spotify_get_a_shows_episodes { label: "Get Show Episodes\n" description: "Get Spotify catalog information about an show’s episodes. Optional parameters can be used to limit the number of episodes returned.\n" provider: spotify method: GET path: "/shows/{id}/episodes" encoding: json output: { type: "object" additionalProperties: true } }