find_lost_since_snapshot
Compare a live playlist to a saved snapshot and return the snapshot tracks that have disappeared from the playlist.
Instructions
Compare a live playlist against a snapshot and list snapshot tracks that have since disappeared from the playlist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist | No | Live playlist to compare (default: the snapshot’s playlist_id) | |
| snapshot | Yes | Baseline snapshot (id, filename, or path) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |