playlist_symmetric_difference
Identify tracks that appear in only one of two playlists. Compare two Spotify playlists to get a symmetric difference (XOR) of their tracks.
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 |