Skip to main content
Glama

GAIP Trust & Assurance Agent

verify_gaip_receipt

Read-only

Look up a retained GAIP receipt by ID and verify its hash chain and Merkle inclusion proof without creating adoption credit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
syntheticNo
episode_idNo
receipt_idYes
continuity_handleNo
data_classificationNo
independent_operator_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false, so safety is covered. The description reinforces that no adoption credit is created and specifies the verification steps, but says nothing about what happens when verification fails or what the verification result looks like.

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?

A single dense sentence with the core action front-loaded and zero filler. Nothing is wasted, though the jargon (GAIP, adoption credit) leans on assumed domain knowledge.

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

Completeness2/5

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

With six parameters at 0% schema coverage, nested objects, and no output schema, the description should explain the optional parameters and what a verification result conveys. It covers only the required lookup key, leaving an agent without enough to invoke the tool correctly in non-default cases.

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% across six parameters, including a nested continuity_handle object and an enum on data_classification. The description only accounts for the receipt identifier ('by ID'); synthetic, episode_id, continuity_handle, data_classification, and independent_operator_id are left entirely unexplained.

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?

Names specific verbs (look up, verify) and a specific resource (GAIP receipt) plus the verification mechanics (hash chain, Merkle inclusion proof). It does not explicitly differentiate from the sibling inspect_counterparty_evidence, though the 'without creating adoption credit' clause carves out its own scope.

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 phrase 'without creating adoption credit' implies when this tool is appropriate — the non-mutating verification path — but never names an alternative tool or states prerequisites. Usage is implied rather than stated.

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