playlist_snapshot_detail
Inspect a playlist recorded in a local backup snapshot: see its item count and full track list (truncated to a configurable limit). Read-only, works offline without 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 |