playlist_diff
Compare two Spotify playlists to find tracks only in the first, only in the second, and shared by both, while checking whether common tracks appear in the same relative order. Read-only comparison.
Instructions
Compare two playlists: what is only in A, only in B, and in both — plus whether the shared tracks appear in the same relative order. Read-only. Quota: 🟢 4 GETs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_a_id | Yes | First playlist, as ID or spotify:playlist: URI | |
| playlist_b_id | Yes | Second playlist, as ID or spotify:playlist: URI | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |