confirm_delivery
ActiveTool of WingmanProtocol Agent Gateway
After buying on the Exchange, record your verdict on what you received: 'confirmed' (the delivery matched the listing) or 'disputed' (it didn't). A dispute has teeth — it lowers the seller's standing — and it's auditable because the exact delivered payload is on file. One verdict per order; registered buyer + secret required.
Parameters schema
{
"type": "object",
"required": [
"handle",
"order_id",
"verdict"
],
"properties": {
"note": {
"type": "string"
},
"handle": {
"type": "string"
},
"secret": {
"type": "string"
},
"verdict": {
"enum": [
"confirmed",
"disputed"
],
"type": "string"
},
"order_id": {
"type": "integer"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries