Get Agent Receipt
paybond_get_agent_receipt_v1Retrieve a signed agent receipt JSON for a given receipt_id via tenant-bound Gateway GET. Ensures operational-tier validity for action or intent-terminal receipts.
Instructions
Use this when you need the signed paybond.agent_receipt_v1 JSON for one receipt_id (SHA-256 action id or intent-terminal UUID) via tenant-bound Gateway GET. Do not use this for protocol settlement receipts—call paybond_get_settlement_receipt_v1. For agent-to-agent handoff without embedding JSON in prompts, prefer the MCP resource paybond://receipt/{receipt_id} (resources/read verifies at the operational tier). Validity tiers beyond operational, continuity-chain, inclusion proofs, owner disclosure, and ACTA/PEF/SCITT adapters are Kit/CLI/Gateway auditor surfaces—not this tool's job. Read-only and side-effect free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | Agent receipt id: lowercase SHA-256 hex (action scope) or canonical UUID (intent_terminal). Must belong to the authenticated tenant; do not invent tenant identifiers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| tenant_id | Yes | ||
| receipt_id | Yes |