Skip to main content
Glama

queue

Join matchmaking for the next game (auto_requeue keeps you playing back to back).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYes
auto_requeueNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

The parenthetical 'auto_requeue keeps you playing back to back' is a useful behavioral detail not visible in the schema. However, with no annotations provided, the description carries the full burden and does not disclose other behavioral consequences such as blocking, cancellation, match-found behavior, or errors.

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 one tight sentence with the primary purpose front-loaded and the optional-parameter behavior tucked in parenthetically. There is no filler or repetition.

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

Completeness3/5

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

For a low-complexity tool, the high-level purpose is covered and the optional flag is explained. However, missing token semantics and complete behavioral detail leave some uncertainty for an agent invoking the tool, especially since there is no output schema or annotation to fill those gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for both parameters. It explains `auto_requeue` vaguely but usefully, yet says nothing about the required `token` parameter, which an agent needs to understand to call the tool correctly.

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

Purpose4/5

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

The description clearly identifies the action ('Join matchmaking') and the resource ('next game'), so an agent can understand what the tool does. It loses a point because it does not explicitly distinguish itself from the sibling tool `join`, which may sound similar.

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

Usage Guidelines3/5

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

There is implied usage context: use this tool when you want to enter matchmaking for the next game. However, the description does not state when to prefer `queue` over sibling tools like `join`, nor does it mention any exclusions or preconditions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.