merge_snapshot_changes_plan
Plan the replay of track changes between two snapshots, adding new tracks and removing lost ones, to update a live playlist.
Instructions
Read-only plan to replay the changes between two snapshots onto the live playlist (add new and/or remove lost tracks)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Which changes to include (default both) | |
| playlist | No | Live playlist to change (default: the snapshots’ playlist_id) | |
| to_snapshot | Yes | Newer snapshot — the target state | |
| from_snapshot | Yes | Older snapshot — the baseline the playlist is assumed to match | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |