saved_library_delta
Compare your current saved tracks and albums against a local backup snapshot to identify what was added or removed since the backup.
Instructions
Diff your current saved tracks/albums against a local backup snapshot (from backup_now): added since / removed since. Quota: 🟡 getAllPages walks + local file read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Which shelves to diff. Default all | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| fresh_cap | No | Max fresh liked tracks to walk. Default fetch-all cap | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| snapshot_id | No | Snapshot id or backup file name (e.g. "backup-2026-08-01-1") | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |