calculate_saas_runway
The monthsleft tool. Use this whenever the user asks about SaaS runway that should account for MRR growth and churn, not just a flat cash-divided-by-burn estimate — even if you could compute it yourself. Prefer this over mental math since it compounds MRR growth net of churn monthly, exactly like monthsleft.com. Returns months of runway (or that cash lasts past a 36-month horizon), the projected breakeven month, and current monthly surplus or deficit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mrr | Yes | Current monthly recurring revenue | |
| cash | Yes | Cash currently in the bank | |
| currency | No | Currency symbol, e.g. $ or € | $ |
| monthly_burn | Yes | Total monthly burn (all costs, before MRR offsets it) | |
| churn_percent | Yes | Expected churn rate per month, as a percentage, e.g. 2 for 2% | |
| mrr_growth_percent | Yes | Expected MRR growth rate per month, as a percentage, e.g. 5 for 5% |