Summarize Expenses
summarize_expensesSummarize personal spending for a date range, grouping by category, subcategory, month, or day to reveal expense patterns.
Instructions
Aggregate spending over a date range. Group by category, subcategory, month, or day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional — restrict to a single category. | |
| end_date | Yes | End date (YYYY-MM-DD), inclusive. | |
| group_by | No | Grouping dimension: 'category' (default), 'subcategory', 'month', 'day'. | category |
| start_date | Yes | Start date (YYYY-MM-DD). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||