playlist_pair_check
Compare two Spotify playlists to reveal size, overlap, Jaccard similarity, and tracks missing from each side, helping decide whether to merge or split them.
Instructions
Pairwise relationship report for two playlists: sizes, overlap, Jaccard similarity, and sampled candidates from each side that the other lacks (for merging or splitting decisions). 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 |