queue_next
Queue a Spotify track or episode to play next by adding it to the queue's end, working around Spotify's lack of an insert-next API. Supports dry-run and device selection.
Instructions
Queue a track/episode to play next (tail insert with honest disclosure — Spotify has no insert-next API; tail placement is the API reality). Optionally notes temp-playlist workaround. 🟢 (1 write)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Spotify track or episode URI (spotify:track:… / spotify:episode:…) | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| device_id | No | Target device id | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |