SpotifyQueue
Retrieve the current playback queue or add a track to it using a Spotify track ID.
Instructions
Manage the playback queue - get the queue or add a track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 'add' or 'get'. | |
| track_id | No | Track ID to add (required for 'add'). |