You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 4.97.1).

action-receipt

Inactive

Tool of The Stall

declared in 4.97.1

Issue a self-verifying action receipt: sha256-chained record binding actor, action, subject, and result hash to a timestamp and nonce. Returns the receipt plus the exact recompute recipe so any third party can verify it offline. Durable proof for agent actions, dispute defense, and audit trails.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "action",
    "actor"
  ],
  "properties": {
    "meta": {
      "type": "string",
      "description": "freeform context, max 500 chars (optional)"
    },
    "actor": {
      "type": "string",
      "description": "who/what did it — agent id, wallet, or name"
    },
    "action": {
      "type": "string",
      "description": "what was done, e.g. 'sent_quote', 'published_listing', 'completed_job'"
    },
    "subject": {
      "type": "string",
      "description": "what it was done to/for (optional)"
    },
    "result_hash": {
      "type": "string",
      "description": "sha256 of the work product, if any (optional)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →
action-receipt — The Stall — PRSM MCP