find_duplicates_in_playlist
Identifies duplicate tracks in a Spotify playlist, including repeated URIs and relinked copies of the same song under different URIs. Helps clean up playlists.
Instructions
Find duplicate tracks in a playlist: repeated URIs plus relinked copies of the same song appearing under different URIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |