work_order_accept
ActiveTool of SaSame Research Agent
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries