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