msio_revenue_forecast
Analyze historical revenue for trend detection and generate forward-looking projections using simple moving averages to support financial planning and growth assessment.
Instructions
Historical revenue analysis with trend detection and simple projection.
USE WHEN: "How's business?", revenue trends, forecasting, seasonal analysis, "are we growing?", financial planning. DO NOT USE WHEN: Looking for specific job revenue (use hcp_get_job), invoice details (use hcp_list_invoices). GOTCHAS: Projection uses simple moving average -- not ML. Accuracy decreases with fewer months of data. Pipeline shows scheduled jobs only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee_id | No | ||
| lookback_months | No | ||
| projection_months | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| error | No | ||
| success | Yes | ||
| metadata | Yes |