addToQueue
Add a track, album, artist, or playlist to the Spotify playback queue by specifying its ID or URI. Optionally set a device for playback.
Instructions
Adds a track, album, artist or playlist to the playback queue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The Spotify ID of the item to play | |
| uri | No | The Spotify URI to play (overrides type and id) | |
| type | No | The type of item to play | |
| deviceId | No | The Spotify device ID (auto-selected if omitted) |