Skip to main content
Glama

The Pit

Callout status

pit_callout_status
Read-onlyIdempotent

Status of one callout. When status is accepted, match_id is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
callout_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the description does not need to restate safety. The added fact that match_id is only set when status is accepted is genuinely useful behavioral context beyond the annotations. However, it does not disclose other possible status values or the overall response shape, so transparency is only partial.

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?

Two short sentences with no filler. The core statement comes first, and the conditional match_id detail follows as a useful addition. Every word earns its place.

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

Completeness4/5

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

For a one-parameter, read-only status query, the combination of description and annotations is nearly sufficient to call the tool correctly. The match_id condition covers an important field relationship. However, without an output schema, the full set of possible status values is left unspecified, so it is strong but not fully complete.

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%, and the description never mentions callout_id or explains how to obtain or format it. The property name is somewhat self-explanatory, but with no schema descriptions and no mention in the tool description, the parameter semantics are left to the agent to infer. The description does not compensate for the low coverage.

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 that the tool reports the status of a single callout and adds a concrete invariant: match_id is set when status is accepted. This gives the agent a clear model of what the tool does. It lacks an explicit verb like 'get' or 'read' and does not explicitly distinguish itself from pit_list_callouts, so it falls just short of a 5.

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?

The singular 'one callout' implies this is for an individual status lookup rather than the list variant, but the description never states when to prefer this over pit_list_callouts or pit_callout. No alternatives or exclusions are given; usage context is implied rather than explicit.

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.