split_queue_plan
Split the upcoming Spotify queue into playlist chunks bounded by target runtime, defaulting to 30 minutes per chunk. Preview the plan first, then set dry_run=false to create and fill the playlists.
Instructions
Plan splitting the upcoming queue into runtime-bounded playlist chunks (default 30 minutes each). Preview by default — pass dry_run=false to actually create the playlists and fill them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| chunk_minutes | No | Target runtime per chunk in minutes. Default 30 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| playlist_name_prefix | No | Name prefix for created playlists. Default "Queue chunk" | Queue chunk |