invoice_generator
ActiveTool of WingmanProtocol Agent Gateway
Invoice Generator — Total a freelance invoice from line items {description, qty, rate} with optional discount and tax: subtotal, discount, tax, total, amount due.
Parameters schema
{
"type": "object",
"required": [
"line_items"
],
"properties": {
"tax_pct": {
"type": "number",
"description": "Sales-tax percent applied to the discounted subtotal"
},
"discount": {
"type": "number",
"description": "Discount amount (flat USD, or percent if discount_is_pct)"
},
"line_items": {
"type": "array",
"description": "Line items: [{description, qty, rate}]"
},
"amount_paid": {
"type": "number",
"description": "Amount already paid, subtracted from total for amount_due"
},
"discount_is_pct": {
"type": "boolean",
"description": "Treat discount as a percent of subtotal"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries