Skip to main content
Glama

Content Sweep

check_status

Idempotent

Execute a pre-approved status quote asynchronously. The quote bounds spending and contains rights scope/input. Returns an operation ID; poll get_operation. Submission is distinct from removal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quote_idYes
idempotency_keyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations declare readOnlyHint=false, idempotentHint=true, openWorldHint=true, destructiveHint=false. The description adds important context: it's async, returns an operation ID, and submission is distinct from removal. This goes beyond annotations and clarifies that the operation may create side effects (e.g., a submission), which aligns with readOnlyHint=false. No contradiction.

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

Conciseness4/5

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

Three sentences, each providing useful information: action, constraints, and follow-up. It is reasonably concise and front-loads the core action, but the mention of 'rights scope/input' is slightly vague and could be omitted without loss.

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 tool with only two string params and no output schema, the description covers the key aspects: async behavior, operation ID return, polling instruction, and distinction from removal. It is sufficient for an agent to call it correctly, though it does not describe error scenarios or detailed quote requirements, but these are not critical given the simplicity.

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?

Schema coverage is 0%, so the description must compensate. It does explain quote_id implicitly (pre-approved quote) and idempotency_key in the annotations (idempotentHint), but it does not describe their exact format or uniqueness requirements. It adds some meaning but not full compensation for zero 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 clearly states the action (execute) and the resource (pre-approved status quote), and distinguishes submission from removal. It does not name a sibling explicitly but implies a workflow involving get_operation for polling.

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?

It mentions prerequisites (pre-approved quote) and poll get_operation for the result, providing clear context. However, it does not explicitly say when not to use this tool or name alternatives, but the mention of polling and distinct removal gives good usage guidance.

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.

Resources