find_new_since_snapshot
Compare a current playlist against a saved snapshot to list tracks added since that snapshot. Identify new songs in your Spotify playlist using a baseline reference.
Instructions
Compare a live playlist against a snapshot and list tracks added to the playlist since it was taken
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 |