Skip to main content
Glama

Verify Agent Receipt

paybond_verify_agent_receipt_v1
Read-only

Verify a signed paybond.agent_receipt_v1 JSON object offline by checking schema, digest, and Gateway signature. Optionally raise the validity bar with primary or attested tier.

Instructions

Use this when you already have a signed paybond.agent_receipt_v1 JSON object and need an offline operational-tier (default) Ed25519 signature check—schema, digest, and Gateway signature—matching resources/read on paybond://receipt/{receipt_id}. Optional validity_tier=primary|attested raises the bar (payee digest / operator attestation). Do not use this for protocol authorization/settlement receipts—call paybond_verify_protocol_receipt_v1. Continuity-chain audits, inclusion proofs, owner disclosure, and ACTA/PEF/SCITT are Kit/CLI/Gateway auditor surfaces. Read-only and side-effect free: success returns valid=true with kind, receipt_id, tenant_id, and the normalized receipt; failures raise a clear verification error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiptYesComplete signed paybond.agent_receipt_v1 object (not a receipt_id string). Obtain from paybond_get_agent_receipt_v1, paybond://receipt/{receipt_id}, audit export (agent_receipts/{id}.json; PEF companions may also appear as *.pef.json), or partner handoff—do not invent digests or signatures.
validity_tierNoOptional validity bar: operational (default), primary, or attested. Higher tiers are auditor-oriented; MCP handoff only requires operational.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoVerified receipt kind (paybond.agent_receipt_v1).
validNoTrue when operational (or requested) validity checks passed. Example: true.
receiptNoNormalized verified paybond.agent_receipt_v1 object.
tenant_idNoTenant id embedded in the verified receipt (not invented by the caller).
receipt_idNoCanonical receipt identifier from the verified receipt.
validity_tierNoRequested validity tier used for this verify (operational, primary, or attested).
Behavior5/5

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

Annotations already state readOnlyHint=true and openWorldHint=false. The description adds behavioral details: side-effect free, success returns valid=true with specific fields (kind, receipt_id, tenant_id, normalized receipt), failures raise clear verification error. It also explains the optional validity_tier effect. No contradictions.

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?

Four sentences, each purposeful. First sentence states purpose and usage. Second adds optional tier. Third clarifies exclusion. Fourth summarizes return behavior. No fluff, efficiently front-loaded with key info.

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 complexity (nested object, optional validity tiers, multiple verification facets), the description is complete. It covers inputs, sources, exclusions, and outputs (success/failure). The presence of an output schema is noted but not shown; description still provides sufficient detail for agent selection.

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

Parameters5/5

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

Schema description coverage is 100% for both parameters. The description adds significant meaning: for 'receipt', it clarifies it must be a complete signed object (not just ID) and lists valid sources; for 'validity_tier', it explains default 'operational' and that higher tiers are auditor-oriented, not needed for MCP handoff. This goes well beyond the schema descriptions.

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 the tool verifies a signed paybond.agent_receipt_v1 JSON object via offline Ed25519 signature check. It distinguishes itself from the sibling 'paybond_verify_protocol_receipt_v1' by specifying not to use it for protocol authorization/settlement receipts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Provides explicit when-to-use: 'when you already have a signed paybond.agent_receipt_v1 JSON object and need an offline Ed25519 signature check'. Also explicitly tells what not to use it for: 'Do not use this for protocol authorization/settlement receipts—call paybond_verify_protocol_receipt_v1', giving a clear alternative.

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/nonameuserd/paybond-kit-python'

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