restore_library_snapshot
Restore a saved Spotify library snapshot by adding missing tracks, albums, shows, episodes, audiobooks, and artists, and creating new playlists. Preview changes with dry-run mode.
Instructions
STRICTLY ADDITIVE restore of a library snapshot written by backup_library_snapshot. Adds only what is missing: saves absent tracks/albums/shows/episodes/audiobooks, follows unfollowed artists, and creates NEW playlists named 'Restored · ()' — existing playlists are never touched and nothing is ever deleted, renamed, or overwritten. dry_run defaults to TRUE (read-only preview); setting dry_run=false requires explicit interactive confirmation before any write, and restores are refused entirely in environments without confirmation support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | DEFAULT true: read-only preview of exactly what would be added. Set false to perform the (additive) writes after explicit confirmation. | |
| categories | No | Which snapshot categories to restore. Default: all | |
| backup_path | Yes | Path to the snapshot JSON file from backup_library_snapshot | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |