diff_playlist_snapshots
Compare two playlist snapshots to list every track added and removed between them, giving a clear view of playlist changes.
Instructions
Diff two local snapshots of a playlist and report every added and removed track between them Snapshot guide: take_playlist_snapshot (create), list_saved_snapshots (list), read_playlist_snapshot (read), diff_playlist_snapshots / snapshot_new_tracks / snapshot_removed_tracks (diff), restore_playlist_from_snapshot / restore_playlist_plan (restore).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| to_snapshot | Yes | Newer snapshot (id, filename, or path) — the comparison | |
| from_snapshot | Yes | Older snapshot (id, filename, or path) — the baseline | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |