playlist_chunk_preview
Preview how a playlist splits into write-sized chunks (default 100-URI limit or custom size) to plan batched edits before applying them, showing per-chunk ranges, counts, and boundary items.
Instructions
Read-only pagination preview: how a playlist splits into write-sized chunks (the 100-URI replace limit) or any custom size — per-chunk position ranges, first/last items, and item counts. Plan batched edits before running them. Quota: 🟢 2 GETs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | 1-based item position to start the first chunk at. Default 1 | |
| page_size | No | Items per chunk to simulate. Default 100 (the atomic-replace limit) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist to preview, as ID or spotify:playlist: URI | |
| chunks_to_show | No | How many chunks to detail. Default 5 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |