export_all_playlists
Export all playlists and their tracks to a JSON or CSV file for backup or migration. Choose owned or all, include items, and save to a local directory.
Instructions
Export every owned (or all) playlist with metadata + items to a sidecar file. Quota: GET /me/playlists + N×GET /playlists/{id}/items; capped by fetchAllCap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | owned = only playlists you own | all |
| format | No | Output format | json |
| output_dir | No | Local directory (default: ~/.spotify-mcp/portability) | |
| include_items | No | Include track items per playlist | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |