playlist_snapshot_detail
Inspect a saved playlist snapshot to view its recorded item count and the full item list, limited by max_results, using only the local backup file—no API calls.
Instructions
Inspect one playlist inside a local backup snapshot: its item_count as recorded plus the full item list (truncated by max_results). Read-only, no API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup_file | Yes | Snapshot file name, e.g. backup-2026-08-28-1.json (see playlist_history) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_name | Yes | Playlist name inside the snapshot (exact match first, then case-insensitive substring) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |