You're viewing a demo portfolio

Join the waitlist
PRSM

breakeven

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Break-Even Analysis Calculator — Break-even units and revenue from fixed costs, unit price and variable cost.

Parameters schema

{
  "type": "object",
  "required": [
    "fixed_costs",
    "price_per_unit",
    "variable_cost_per_unit"
  ],
  "properties": {
    "fixed_costs": {
      "type": "number",
      "description": "Total fixed costs in USD"
    },
    "target_profit": {
      "type": "number",
      "description": "Optional target profit to also solve units for"
    },
    "price_per_unit": {
      "type": "number",
      "description": "Selling price per unit in USD"
    },
    "variable_cost_per_unit": {
      "type": "number",
      "description": "Variable cost per unit in USD"
    }
  },
  "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 →
breakeven — WingmanProtocol Agent Gateway — PRSM MCP