{"name":"breakeven","title":"Break-Even Analysis Calculator","category":"startup","description":"Break-even units and revenue from fixed costs, unit price and variable cost.","price_usd":0.001,"input_schema":{"type":"object","properties":{"fixed_costs":{"type":"number","description":"Total fixed costs in USD"},"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"},"target_profit":{"type":"number","description":"Optional target profit to also solve units for"}},"additionalProperties":false,"required":["fixed_costs","price_per_unit","variable_cost_per_unit"]}}