playlist_changelog
Compare a playlist across two backup snapshots to see tracks added, removed, kept, and reordered. Read-only, no API calls—use it as the what-changed-since-last-week view.
Instructions
Diff ONE playlist across two backup snapshots (older → newer): tracks added, removed, and kept — plus whether the kept tracks were reordered. The "what changed since last week" view. Read-only, no API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| backup_file_a | Yes | OLDER snapshot file name (baseline) | |
| backup_file_b | Yes | NEWER snapshot file name (comparison) | |
| playlist_name | Yes | Playlist name to compare (exact first, then substring) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |