This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 4.97.1).
action-receipt
InactiveTool 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
}Parent server
The Stall
1/7 registries