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