Skip to main content
Glama

queue_status

Check the server's single processing lane and FIFO waiting operations to monitor queue load and verify connections and job reads stay responsive.

Instructions

Show the single server processing lane and FIFO waiting operations. Connections and job reads stay responsive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry behavioral context. It adds one useful trait: 'Connections and job reads stay responsive', implying this is a non-blocking, low-impact read. However, it does not explicitly state read-only, side-effect-free, or any permissions or limits. Some transparency is present but incomplete.

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 two concise sentences, front-loading the core purpose and adding a behavioral note. Every word adds value, with no redundancy or fluff.

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 simple status tool with no parameters and no output schema, the description covers the main behavior and a key operational trait. However, it does not describe what the response will contain (e.g., fields or format), which could leave an agent uncertain about the return value. It is adequate but not fully complete.

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

Parameters4/5

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

The input schema is empty (0 parameters), so there are no parameter details to explain. The description does not need to add parameter semantics since none exist. Baseline for 0 parameters is 4, and nothing is missing.

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 states a specific action ('Show') and resource ('single server processing lane and FIFO waiting operations'), which is clear and distinct. It does not explicitly contrast with siblings like job_status, but the specific focus on server lane and FIFO queue is unique enough to infer its purpose.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives. It does not mention when to prefer queue_status over job_status or other status-related tools, nor any exclusions or prerequisites. The usage context is only implied by the name and description.

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