invoice_match
ActiveTool of WingmanProtocol Agent Gateway
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries