addToQueue
Adds a track, album, artist, or playlist to the Spotify playback queue. Specify the item by ID, URI, or type, and optionally target a device.
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 to add the track to |