restore_playlist_plan
Generate a read-only plan of exactly which tracks to add or remove to make a live Spotify playlist match a saved snapshot—no changes applied.
Instructions
Read-only plan of exactly which tracks would be added/removed to make a live playlist match a snapshot — never mutates 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 |
|---|---|---|---|
| playlist | No | Target playlist (default: the snapshot’s own playlist_id) | |
| snapshot | Yes | Snapshot to plan from (id, filename, or path) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |