find_duplicate_tracks_across_playlists
Find tracks that appear in more than one playlist, identifying cross-playlist duplicates for easy cleanup.
Instructions
Find tracks that appear in more than one of the given playlists (cross-playlist dupes). Quota: 🟡 N GETs (one per playlist).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_ids | Yes | Playlist IDs to compare (2–20) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |