import_from_sidecar
Restore missing Spotify saved items and playlists from a portability backup file. Skips existing entries and previews changes by default.
Instructions
Additive restore from a portability sidecar (library.json / playlists.json): re-adds missing saved items and creates missing playlists. Skips existing. dry_run=true by default. Quota: 🟢 local read + 🟡 contains-check + writes when dry_run=false (chunked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only when true | |
| input_path | No | Path to sidecar JSON (default: <portability>/library.json) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |