You're viewing a demo portfolio

Join the waitlist
PRSM

confirm_delivery

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
confirm_delivery — WingmanProtocol Agent Gateway — PRSM MCP