Get Budgets
get_budgetsRetrieve budget information with flexible date filtering. Supports natural language dates like 'last month' or 'this year'.
Instructions
Retrieve budget information with flexible date filtering.
Args: start_date: Filter budgets from this date onwards. Supports natural language like 'last month', 'this year' end_date: Filter budgets up to this date. Supports natural language
Returns: JSON string containing budget information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budgets | Yes | ||
| message | No |