export_snapshot_bundle
Create a portable JSON backup of selected Spotify playlist snapshots, with a dry-run preview to review the export plan before committing.
Instructions
Bundle selected snapshots (all of one playlist, or explicit ids) into a single portable JSON export file locally; dry_run=true (default) previews the bundle
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 | Bundle every snapshot of this playlist (ID or URI) | |
| snapshots | No | Explicit snapshot ids/filenames to bundle (overrides playlist filter) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |