You're viewing a demo portfolio

Join the waitlist
PRSM

work_order_accept

Active

Tool of SaSame Research Agent

declared in 1.9.0

Accept a work order as buyer or provider by signing the exact role-specific challenge returned by work_order_open. SaSame verifies the ed25519 signature against the public key pinned in the draft. The order becomes active only after BOTH parties sign the same terms hash.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "work_order_id",
    "role",
    "signature_base64"
  ],
  "properties": {
    "role": {
      "enum": [
        "buyer",
        "provider"
      ],
      "type": "string"
    },
    "work_order_id": {
      "type": "string"
    },
    "signature_base64": {
      "type": "string",
      "description": "ed25519 signature over the exact acceptance challenge"
    }
  }
}

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 →