read_playlist_snapshot
Retrieve a saved Spotify playlist snapshot to inspect its metadata and captured tracks, limiting results with max_results for concise, detailed, or JSON output.
Instructions
Read one local playlist snapshot and return its meta plus the captured track rows (truncated by max_results)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot | Yes | Snapshot id (filename stem), filename, or path | |
| 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 |