export_followed_artists
Export your followed Spotify artists to a local directory as JSON or CSV, including URI, name, and genres. Use this to back up or transfer your artist library with a timestamp.
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 |