snapshot_removed_tracks
Compare an older and newer playlist snapshot to identify which tracks were removed. Returns only the removed tracks, helping you track playlist changes over time.
Instructions
List only the tracks removed 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 |