add_to_queue
Adds a specified track or episode to the end of the current playback queue. Provide a Spotify URI to queue the item.
Instructions
Add a track or episode to the end of the playback queue Also covers: bulk via batch_add_to_queue, playlist queue via queue_playlist — See also: batch_add_to_queue, queue_playlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Spotify track or episode URI (e.g. spotify:track:...) | |
| 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 |