snapshot_diff_summary
Compare two playlist snapshots to get counts and the first few changed tracks, showing what was added or removed between versions.
Instructions
One-paragraph summary of the differences between two snapshots: counts plus the first few changed tracks Snapshot guide: take_playlist_snapshot (create), list_saved_snapshots (list), read_playlist_snapshot (read), diff_playlist_snapshots / snapshot_new_tracks / snapshot_removed_tracks (diff), restore_playlist_from_snapshot / restore_playlist_plan (restore).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |