You're viewing a demo portfolio

Join the waitlist
PRSM

invoice_match

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Three-way match an invoice against a list of purchase orders (amount %-diff + line-item similarity → best open PO, discrepancies, auto-approve verdict). Deterministic, no keys.

Parameters schema

{
  "type": "object",
  "required": [
    "invoice"
  ],
  "properties": {
    "invoice": {
      "type": "object",
      "description": "the invoice (vendor_name,total,line_items[],…)"
    },
    "purchase_orders": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "candidate POs (po_number,status,received,total,line_items[])"
    }
  },
  "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 →
invoice_match — WingmanProtocol Agent Gateway — PRSM MCP