Spending by Category
finance_spending_by_categoryGroup spending by category over a date range, view total inflow and outflow per category, sorted by highest outflow.
Instructions
Total inflow and outflow grouped by category over an optional date range (defaults to all history). Sorted by outflow descending. Args: from/to (YYYY-MM-DD). Returns { range, categories: [{category, inflow, outflow, count}], total_outflow, total_inflow, net }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date inclusive, YYYY-MM-DD | |
| from | No | Start date inclusive, YYYY-MM-DD |