overlap_playlists
Identify tracks common to two or more playlists. See how many playlists each track appears in and get the most-shared tracks, with a configurable minimum overlap.
Instructions
Find tracks shared across playlists: reports how many playlists each track appears in and lists tracks present in at least min_overlap playlists (default: all of them), most-shared first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| playlists | Yes | Two or more playlists, as IDs or spotify:playlist: URIs | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| min_overlap | No | Minimum number of playlists a track must appear in. Default: all playlists | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |