export_profile_state
Export Spotify profile data into a single JSON archive, covering scenes, genre tags, playback extensions, search history, and artist watchlist. Optionally include mutation history for backup.
Instructions
Export local sidecar stores (scenes, genre-tags, playback-ext, search-history, mutations, artist-watchlist) to a single schema-versioned JSON archive. Note: artist-watchlist defaults to ./data/artist-watchlist.json (cwd-relative, not ~/.spotify-mcp/) — a quirk flagged for future alignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | Directory to write the archive into (default: ~/.spotify-mcp/exports) | |
| include_history | No | Include mutation history JSONL (can be large) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |