snapshot_new_tracks
Compare two playlist snapshots to list tracks added between older and newer versions. Specify the older and newer snapshot IDs, filenames, or paths to identify new tracks in the playlist.
Instructions
List only the tracks added between an older and a newer snapshot of a playlist
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) | |
| from_snapshot | Yes | Older snapshot (id, filename, or path) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |