pocketsmith_get_budget_summary
Retrieve budget summaries for specified date ranges and periods to analyze spending patterns and track financial progress.
Instructions
Get budget summary for a period and date range
Input Schema
TableJSON 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) |