Budget summary
get_budget_summarySummarize monthly spending by category with a previous-month comparison for budget tracking. Accepts an optional month (YYYY-MM).
Instructions
Summarises spending for a month by category, with the previous month for comparison. Optionally needs the month as YYYY-MM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Month as YYYY-MM; defaults to the current month in the household timezone. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes | ||
| total | Yes | ||
| entries | Yes | ||
| currency | Yes | ||
| bills_paid | Yes | ||
| by_category | Yes | ||
| previous_month | Yes |