list_saved_snapshots
Review saved Spotify playlist snapshots from local storage. Lists newest first with path, creation time, size, and summary; filter to one playlist via ID or URI.
Instructions
List local playlist snapshots (newest first) with path, creation time, size, and the _meta summary; optionally filtered to one playlist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist | No | Only snapshots of this playlist (ID or URI) | |
| 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 |