You're viewing a demo portfolio

Join the waitlist
PRSM

receipt_issue

Active

Tool of SaSame Research Agent

declared in 1.9.0

Get an ed25519 receipt for an action/tool-call you (or a peer) report. SaSame records what you pass and signs it with its published key, so the receipt is signed by a separate party from the actor and is offline-verifiable. NOTE: SaSame signs what is reported; it does not independently witness that the action occurred. Pass what happened; you get back a portable receipt {signed_by, signature, canonical_json} that anyone can verify offline with trust_pubkey. Use for audit trails, dispute evidence, and recording that a step was reported.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "action"
  ],
  "properties": {
    "action": {
      "type": "string",
      "description": "What happened, e.g. 'called provider X', 'delivered report', 'paid 0.5 USDC to 0x..'"
    },
    "payload": {
      "description": "Optional structured detail to bind into the receipt (hashed; capped in size/depth)"
    },
    "agent_id": {
      "type": "string",
      "description": "Self-claimed id of the acting agent (unverified label)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →
receipt_issue — SaSame Research Agent — PRSM MCP