Generate a narrative financial review for any time period.
Determine the period. Parse $ARGUMENTS for the time span:
Fetch summary data. Call the query MCP tool with compare: "prior_period":
{ "period": "<detected_period>", "compare": "prior_period", "include": ["ratios", "anomalies", "accounts"] }
(Use start/end if a specific date range was requested.)
Fetch year-ago comparison. For anything other than year-over-year, also fetch the same period from a year ago to account for seasonality:
{ "start": "<same_period_last_year_start>", "end": "<same_period_last_year_end>", "include": ["ratios"] }
For example, if reviewing February 2026, also fetch February 2025.
Fetch recurring bills. Call the query MCP tool:
{ "recurring": true }
Synthesize a narrative recap covering:
Tone: Stick to the facts. Report what happened without judgement — no "great job" or "you need to cut back." Just clear, plain-language observations. Skip categories with trivial amounts.