Astra: read the play queue
astra_queueList the tracks in Astra's play queue with the currently playing one marked. Provides queue item IDs for moving or removing entries, and flags truncation when the queue exceeds 200 entries.
Instructions
List the tracks in the Astra play queue, in order, with the currently playing one marked. Each entry has a queue item id — pass that to astra_queue_edit to move or remove it. Served from the live event stream when connected. Astra only publishes the first 200 queue entries to the API, so a longer queue is reported as truncated and the later entries are not reachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many queue entries to show. Defaults to 25. |