find_duplicate_saved_tracks
Finds duplicate saved tracks in Spotify: flags exact re-adds and optional remasters, lists each group with a keep-one-remove-the-rest suggestion, and can cross-check a playlist. Read-only.
Instructions
Read-only duplicate detection over your saved (liked) tracks: flags the same recording saved more than once — double re-adds (exact matches within ±2s duration) and, on opt-in, remasters/re-recordings of the same song (near duplicates). Lists each group oldest save first with a keep-one-remove-the-rest suggestion. Optionally pass a playlist_id to cross-reference which duplicates also appear in that playlist. Never mutates your library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | No | Optional playlist ID to cross-reference: members of each duplicate group that also appear in this playlist are flagged, so removal decisions can account for where the track is already curated. | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| include_near_duplicates | No | Also report same-song groups whose durations differ by more than ±2s (remasters/re-recordings). Default false. |