You're viewing a demo portfolio

Join the waitlist
PRSM

invoice_generator

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

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_generator — WingmanProtocol Agent Gateway — PRSM MCP