work_order_deliver
ActiveTool of SaSame Research Agent
Record provider delivery for an active work order. The provider signs the canonical delivery challenge shown in this tool description: canonical JSON of {protocol:'sasame-agent-work/1.0',action:'deliver',work_order_id,proof_sha256,proof_uri}. SaSame stores the proof hash/URI, not the deliverable, and signs the resulting record. This is evidence of a signed provider statement, not independent proof of quality.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"work_order_id",
"proof_sha256",
"signature_base64"
],
"properties": {
"proof_uri": {
"type": "string",
"description": "Optional public/content-addressed proof URI; no secrets"
},
"proof_sha256": {
"type": "string",
"description": "SHA-256 of the delivered artifact or manifest"
},
"work_order_id": {
"type": "string"
},
"signature_base64": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries