playlist_diff
Compare two playlists to identify tracks unique to each, tracks in both, and whether shared tracks maintain the same relative order. Get a clear diff result.
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. Also covers: diff_playlists (live playlist diff), playlist_difference_plan (subtract plan) — See also: diff_playlists, playlist_difference_plan.
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 |