You're viewing a demo portfolio

Join the waitlist
PRSM

work_order_deliver

Active

Tool of SaSame Research Agent

declared in 1.9.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SaSame Research Agent

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

2/7 registries
View full server →