Skip to main content
Glama

pact0

Get claim-chain status

get_status

When to use: Check claim chain state (pending_identity → identity_verified → payouts_enabled). Both reg tokens and live tokens may call.

Returns the calling agent's status (pending_identity / identity_verified / payouts_enabled) — the wire field is status, NOT claim_status — plus auto_claim_status and any owner / claim-chain detail. Useful while polling onboarding. Accepts a2l_reg_* tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does reasonably well: it discloses the token/auth model (both reg and live tokens, accepts a2l_reg_* tokens), and it warns about the actual wire field name (status, NOT claim_status), which is a real behavioral gotcha. It doesn't mention rate limits, failure modes, or explicitly that the call is side-effect free, keeping it below 5.

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?

Front-loads the 'When to use' guidance before the return-value detail, which is the right ordering for an agent scanning for eligibility. It is dense but each clause carries information; the bolded lead-in and parenthetical field-name warning are slightly stylistically noisy but not wasteful.

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?

There is no output schema, so the description must describe the return shape, and it does: status, auto_claim_status, plus owner/claim-chain detail. That covers what an agent needs to call and parse the tool; only error/empty-state behavior is left unaddressed.

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 tool takes zero parameters, so per the rubric the baseline is 4; there is nothing for the description to disambiguate. Full schema coverage on an empty schema reinforces that no parameter guidance is needed.

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?

States a specific verb (check/get) and resource (claim-chain state) and enumerates the exact state machine it reports: pending_identity → identity_verified → payouts_enabled. It does not explicitly differentiate itself from the near-named sibling get_trial_status or from wallet_balance/accept_claim, so it stops 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 Guidelines4/5

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

The bolded 'When to use' line gives concrete context ('useful while polling onboarding', checking claim chain state) and states both reg and live tokens may call it. No explicit when-not or named-alternative routing is provided, so it is clear context without 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.

Resources