import_profile_state
Restore Spotify profile state from an archive, merging or overwriting local stores, while rejecting archives newer than the server schema.
Instructions
Restore local sidecar stores from a profile-state archive. Merge adds to existing stores; overwrite replaces them. Refuses archives newer than this server's schema version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | merge = add to existing stores; overwrite = replace them | merge |
| input_path | Yes | Path to the profile-state archive JSON file | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |