get_churn_cost
Calculate the monthly revenue cost of SaaS churn from MRR, churn rate, and customer count. Returns the dollar value leaking out each month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mrr | Yes | Monthly recurring revenue (USD). | |
| customers | No | Active customer count (optional, for per-customer view). | |
| churn_rate | Yes | Monthly churn rate as a decimal (0.05 = 5%). |