getBudget
Retrieve budget data for a specified date range, with optional breakdown by category. Define start month and end month to filter budget targets.
Instructions
Retrieve budget for a specific period
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakDownByCategory | No | Whether to provide a breakdown of the total by category. Defaults to false. | |
| endMonth | No | End month to filter targets, in YYYY-MM format. Defaults to the next month after startMonth. | |
| startMonth | Yes | Start month to filter targets, in YYYY-MM format |