playlist_table_of_contents
Generate a playlist index with total tracks, runtime, and contributor counts. Group tracks into monthly-added chapters to show when each block was added and make long playlists easier to navigate.
Instructions
Build a table of contents for a playlist: totals, runtime, and "chapters" — contiguous position ranges grouped by the month each block was added — plus contributor counts. Read-only. Quota: 🟢 1–2 GETs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist to index (ID or spotify:playlist: URI) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |