export_profile_state
Export local Spotify profile data—scenes, genre-tags, playback history, search history, and artist watchlist—into a single schema-versioned JSON archive for backup or migration.
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 |