take_playlist_snapshot
Capture a Spotify playlist's current items into a timestamped JSON file for offline review or comparison. Preview changes with dry run before committing.
Instructions
Capture a live playlist’s items (uri, name, added_at) into a timestamped local JSON snapshot file; dry_run=true previews the walk and target filename without writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Free-text note stored in the snapshot _meta block | |
| 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 | Yes | Playlist ID or spotify:playlist: URI to snapshot | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |