Get Spending Summary
get_spending_summaryRetrieve an intelligent spending summary for any date range, grouped by category, account, or month.
Instructions
Get intelligent spending summary with aggregations.
Args: start_date: Start date (supports natural language like 'last month') end_date: End date (supports natural language) group_by: Group spending by 'category', 'account', or 'month'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | ||
| end_date | No | ||
| group_by | No | category |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | ||
| group_by | Yes | ||
| groups | Yes | ||
| totals | Yes |