Control song requests
control_song_requestQueue songs via search or link, skip tracks, control playback, and manage requests to keep the music flowing.
Instructions
Control the song request queue (plays through Spotify). "add" queues a song by search query or link; "skip" jumps to the next song; "play"/"pause" control playback; "remove" drops a request (the last one, or a specific id); "clear" empties the whole queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | For "add": the song to search for, or a Spotify link. | |
| action | Yes | What to do. | |
| platform | No | For "add": the platform the requester is on, e.g. "twitch". | |
| username | No | For "add": the requester to attribute the song to. | |
| song_request_id | No | For "remove": a specific request id. Omit to remove the most recent request. |