playlist_overlap_matrix
Compare 2–10 playlists using Jaccard overlap to identify pairs that have drifted into the same musical set.
Instructions
Pairwise Jaccard overlap for 2–10 playlists — which of your mixes have drifted into the same set. Quota: 🟢 N GETs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| min_overlap | No | Jaccard threshold to report a pair. Default 0.5 | |
| playlist_ids | Yes | Playlists to compare (2–10) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |