Skip to main content
Glama

dearhuman

check_bounty_claim

Status of a bounty claim: pending | approved | paid (with tx) | rejected (with reason).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claim_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully enumerates possible statuses (pending, approved, paid with tx, rejected with reason), which clarifies what 'status' means. However, it does not mention behavior for invalid/unfound claim IDs, authentication, or whether the operation is read-only.

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?

The description is extremely concise, using a single line with no fluff. The status list is front-loaded and easy to parse. However, it is a fragment rather than a complete sentence, which slightly reduces clarity, but overall it is well-structured for its length.

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 single-parameter read tool with no output schema, the description provides the key return states, which is important. Yet it does not mention how the claim_id should be sourced (e.g., from submit_bounty), the expected response structure beyond status enumeration, or error conditions. It is minimally viable but has clear gaps.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no meaning to the sole parameter claim_id. It does not explain what the claim_id represents, its format, or how to obtain it. The description completely relies on the schema, which only provides the name and type, so it fails to compensate for the missing parameter documentation.

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 'Status of a bounty claim' clearly identifies the resource (bounty claim) and the operation (status check), even though it is phrased as a noun phrase rather than a full verb sentence. It is distinct from siblings like get_bounties and submit_bounty, though it doesn't explicitly state that distinction.

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?

No guidance is provided about when to use this tool versus alternatives. Since sibling tools include get_bounties and submit_bounty, an agent could benefit from a note like 'after submitting a claim, use this to check its status.' The description lacks any usage context or exclusions.

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.