Skip to main content
Glama

verify_receipt

Verify a signed verdict receipt to confirm authenticity and detect tampering. Check Ed25519 signature against public key for cryptographic proof.

Instructions

FREE. Statelessly verify a signed verdict RECEIPT — your audit trail / second opinion. PRICE: $0.00 (no x402 payment; this is a free discovery route). Pass the receipt object returned by any paid verify tool; Verity checks its Ed25519 signature against the server's public key and confirms Verity really issued exactly that verdict for exactly that claim. Use it to prove a result held, catch tampering, or attach cryptographic proof before you act.

Returns: {valid: bool, reason: str}. A genuine receipt validates offline against
/.well-known/verity-pubkey.json — this endpoint is the convenient live check.

No payment, no key (affiliate_id is accepted but inert on this free call).
(Produces/verifies an audit artifact; maps to OWASP ASI verifiability guidance.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiptYes
affiliate_idNo
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: stateless, free, no payment, affiliate_id inert, returns {valid: bool, reason: str}, validates Ed25519 signature, and supports offline validation via /.well-known/verity-pubkey.json. It could add more about error handling or rate limits, but is notably transparent for a verification tool.

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 well-structured with line breaks, front-loaded with the key message 'FREE. Statelessly verify...'. It contains some redundancy (price is stated twice) and is somewhat long, but every sentence adds useful context and it remains readable.

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 no output schema and no annotations, the description is remarkably complete. It covers purpose, usage, return format, authentication needs (none), payment (none), and even mentions the offline validation endpoint. It provides all necessary information for an agent to select and invoke the tool correctly.

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?

Schema description coverage is 0%, so the description must compensate. It explains that 'receipt' is the object returned by paid verify tools and that 'affiliate_id' is accepted but inert on this free call. This adds meaning beyond the bare schema, though it does not detail the internal fields of the receipt object.

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 this tool 'verify[ies] a signed verdict RECEIPT', using a specific verb and resource. It distinguishes itself from paid verification siblings (quick_verify, grounded_verify, pro_verify) by explicitly positioning it as a free, stateless audit trail/second opinion for receipts returned by those paid tools.

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 clearly says to use this tool by passing 'the receipt object returned by any paid verify tool' and frames it as a 'free discovery route' for proving a result or catching tampering. It implies when not to use it (not for initial verdicts), but does not explicitly name alternatives like 'use quick_verify for initial verification'.

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/meloliva14/verity-mcp'

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