Expense summary
get_expense_summaryTotal expenses for a year with by-category and by-month breakdowns. Answers "what did I spend on software this year?" or "where is my money going?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Calendar year. Defaults to the current year. | |
| category | No | Optional category name to filter to (e.g. "Software & Subscriptions"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| basis | No | ||
| count | Yes | ||
| total | Yes | ||
| period | Yes | ||
| byMonth | Yes | ||
| byCategory | Yes |