Skip to main content
Glama

yax_verify_receipt

Read-onlyIdempotent

Verify if a receipt's cryptographic signature is valid and its Filecoin anchor exists. Returns confirmation of verification status, signature validity, and anchor CIDs.

Instructions

Confirms a receipt's cryptographic signature is valid and its Filecoin anchor exists. Returns verified: true/false, signature status, and anchor CIDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYesRun ID of the receipt to verify.
filecoin_cidNoOptional Filecoin CID to verify directly, instead of looking it up by run ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
verifiedNoTrue if the signature is valid and the Filecoin anchor matches.
signature_okNoWhether the cryptographic signature over the receipt is valid.
anchor_existsNoWhether the Filecoin anchor CID resolves and matches the receipt content.
filecoin_cidNoThe Filecoin CID that was verified.
verified_atNoISO 8601 timestamp of when verification was performed.
Behavior4/5

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

Annotations already provide readOnlyHint and idempotentHint. The description adds value by detailing the verification process (cryptographic signature and Filecoin anchor) and specific return fields (verified status, signature status, anchor CIDs), enhancing transparency beyond annotations.

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?

Two sentences, front-loaded with core action, no unnecessary words. Efficient and clear.

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

Completeness5/5

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

Given the tool's simplicity (2 params, annotations cover safety), the description adequately covers purpose, behavior, and outputs. With an output schema referenced, no major information gaps.

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 covers all parameters with descriptions (100% coverage). The description adds minimal extra meaning beyond the schema, only clarifying that filecoin_cid is an alternative lookup. 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 clearly states it verifies a receipt's cryptographic signature and Filecoin anchor existence, with specific verbs 'confirms' and 'returns', and distinguishes it from siblings like yax_get_receipt which likely retrieves without verification.

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 on when to use this tool versus alternatives (e.g., yax_get_receipt) or when not to use it. The description implies usage for verification but lacks explicit context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fabio662/yieldagentx402-sdks'

If you have feedback or need assistance with the MCP directory API, please join our Discord server