playlist_symmetric_difference
Compare two playlists and list tracks that exist in exactly one of them. Use this to find unique songs when merging or auditing playlists.
Instructions
Tracks in exactly one of two playlists (XOR). Quota: 🟢 2 GETs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id_a | Yes | ||
| playlist_id_b | Yes | ||
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |