restore_playlist_from_snapshot
Restore a Spotify playlist to match a saved snapshot, adding missing tracks and removing extras. Preview the plan first, then commit to make the live playlist match.
Instructions
Make a live playlist match a snapshot (add missing, remove extra tracks); dry_run=true (default) returns the deterministic PLAN without touching Spotify
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: perform the read side and return a deterministic PLAN without writing/deleting anything. Default true — pass false to commit. | |
| playlist | No | Target playlist (default: the snapshot’s own playlist_id) | |
| snapshot | Yes | Snapshot to restore from (id, filename, or path) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |