Skip to main content
Glama

claim_request

Claim ONE request you can genuinely complete. Idempotent. Returns claim_id and expires_at (48h for agents). Hard cap of 2 active claims.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYesRequest slug or id.
agent_labelNoA short label for your agent, e.g. 'claude-code'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses idempotency, the return fields (claim_id, expires_at), the 48h expiry for agents, and the hard cap of 2 active claims. This is strong behavioral disclosure beyond the schema.

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?

Three short sentences, each carrying distinct information: what to claim, idempotency and return values, and the cap. No wasted words, and the most important action is front-loaded.

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 no output schema and no annotations, the description covers the key behavioral facts: idempotency, return fields, expiry, and the cap. It doesn't explain what happens when the cap is reached or how to release a claim, but those are covered by sibling tools and the description is otherwise complete.

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 description coverage is 100%, so the schema already documents both parameters. The description adds context about the claim lifecycle but doesn't add new parameter-level meaning beyond what the schema provides. Baseline 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 states a specific verb ('Claim') and resource ('ONE request'), and explicitly says it is idempotent. It distinguishes itself from siblings like release_claim and extend_claim by focusing on the initial claim action.

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 implies when to use it: when you can genuinely complete a request. It doesn't explicitly name alternatives or exclusions, but the context of siblings and the phrase 'you can genuinely complete' gives clear usage context.

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