You're viewing a demo portfolio

Join the waitlist
PRSM

profit_loss

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Profit & Loss (Income Statement) Calculator — Gross profit, EBITDA, operating income, taxes, net income and margins.

Parameters schema

{
  "type": "object",
  "required": [
    "revenue"
  ],
  "properties": {
    "cogs": {
      "type": "number",
      "description": "Cost of goods sold in USD"
    },
    "taxes": {
      "type": "number",
      "description": "Explicit tax amount in USD (overrides tax_rate_pct)"
    },
    "revenue": {
      "type": "number",
      "description": "Total revenue in USD"
    },
    "amortization": {
      "type": "number",
      "description": "Amortization in USD"
    },
    "depreciation": {
      "type": "number",
      "description": "Depreciation in USD"
    },
    "other_income": {
      "type": "number",
      "description": "Other income in USD (can be negative)"
    },
    "tax_rate_pct": {
      "type": "number",
      "description": "Tax rate percent applied to pretax income"
    },
    "interest_expense": {
      "type": "number",
      "description": "Interest expense in USD"
    },
    "operating_expenses": {
      "type": "number",
      "description": "Operating expenses (SG&A etc.) in USD"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

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

1/7 registries
View full server →