pocketsmith_get_budget_summary
Retrieve a budget summary for a specified date range and period. Get insights into spending and savings by defining periods like weeks, months, or years with custom intervals.
Instructions
Get budget summary for a period and date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | The period for the budget summary (default: months) | |
| interval | No | The interval for the period (default: 1) | |
| start_date | Yes | Start date for the budget summary (YYYY-MM-DD) | |
| end_date | Yes | End date for the budget summary (YYYY-MM-DD) |