diff_since_snapshot
Compare a Spotify playlist's current state against a stored snapshot to identify added or removed tracks.
Instructions
Compare current playlist state to a stored snapshot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Playlist ID | |
| snapshot_id | Yes | Snapshot ID to compare against | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |