queue_next
Adds a track or episode to the Spotify queue, placing it at the end of the current queue (API limitation); includes a temporary-playlist workaround for true play-next behavior.
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 |