action spotify_check_users_saved_shows { label: "Check User's Saved Shows\n" description: "Check if one or more shows is already saved in the current Spotify user's library.\n" provider: spotify method: GET path: "/me/shows/contains" encoding: json output: { type: "object" additionalProperties: true } }