Skip to main content
Glama

Astra: read the play queue

astra_queue
Read-only

List 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

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many queue entries to show. Defaults to 25.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the readOnlyHint annotation, the description adds crucial behavioral details: the tool is served from the live event stream when connected, and Astra only publishes the first 200 queue entries, truncating longer queues. These are valuable insights not covered by annotations, enhancing the agent's understanding of tool behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at three sentences, with each sentence serving a distinct purpose: stating the core function, hinting at parameter/identifier usage, and disclosing an important limitation. It is front-loaded with the primary action and has no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with one optional parameter and no output schema, this description is exceptionally complete. It covers the purpose, behavior, live-streaming aspect, truncation limitation, and cross-reference to the editing sibling, leaving no significant gaps for an agent to infer.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already fully documents the single 'limit' parameter (including default, min, max, and description). The description adds some context by explaining why the maximum is 200, but this is supplemental rather than required. With 100% schema coverage, the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'List the tracks in the Astra play queue, in order, with the currently playing one marked.' It uses a specific verb ('List') and resource ('Astra play queue'), and distinguishes itself from siblings by explicitly directing users to astra_queue_edit for modifications.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (viewing the queue) and even gives an alternative for editing ('pass that to astra_queue_edit'). However, it does not explicitly state any exclusions or contrast with similar read tools like astra_now_playing, so it slightly misses the 'when-not' guidance for a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Boof2015/astra-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server