action spotify_get_users_saved_shows { label: "Get User's Saved Shows\n" description: "Get a list of shows saved in the current Spotify user's library. Optional parameters can be used to limit the number of shows returned.\n" provider: spotify method: GET path: "/me/shows" encoding: json output: { type: "object" additionalProperties: true } }