export_followed_artists
Exports your followed artists to a local JSON or CSV file, capturing each artist's name, URI, and genres.
Instructions
Export your followed artists to a local directory as JSON or CSV. Fields: uri, name, genres. The file's exported_at is the export time, not a per-artist follow date (Spotify does not expose followed_at).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: json or csv | json |
| output_dir | No | Local directory to write files into (default: ~/.spotify-mcp/portability) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |