diff_playlist_snapshots
Compare two playlist snapshots to identify every added and removed track, helping you track changes between versions.
Instructions
Diff two local snapshots of a playlist and report every added and removed track between them
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 |