apply_snapshot_changes
Replays the differences between two playlist snapshots onto the live playlist. Use dry_run to preview the merge plan before committing changes.
Instructions
Execute a merge plan on the live playlist (replay the changes between two snapshots); dry_run=true (default) only returns the plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Which changes to apply (default both) | |
| 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 | Live playlist to change (default: the snapshots’ playlist_id) | |
| to_snapshot | Yes | Newer snapshot — the target state | |
| from_snapshot | Yes | Older snapshot — the baseline | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |