Summarize income and spending for a period
bg_spending_summarySummarize a month or date range across all accounts: total income, spending, net, per-account breakdown, and top transactions. Use it to answer 'how did I do this month'.
Instructions
Aggregates every account for a month (or an explicit date range): total income, total spending, net, a per-account breakdown and the largest transactions. Use this for "how did I do this month".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | How many largest transactions to include. | |
| month | No | Target month as YYYY-MM. Defaults to the current month if no range is given. | |
| toDate | No | Explicit end date; overrides month. | |
| fromDate | No | Explicit start date; overrides month. |