Get Spending Summary
get_spending_summaryRetrieve a spending summary aggregated by category, account, or month using natural language dates to analyze financial trends.
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 |
|---|---|---|---|
| end_date | No | ||
| group_by | No | category | |
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | Yes | ||
| period | Yes | ||
| totals | Yes | ||
| group_by | Yes |