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