Get Budgets
get_budgetsGet your budget data for any date range with natural language date inputs. Filter budgets from last month, this year, or custom periods.
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 |
|---|---|---|---|
| start_date | No | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budgets | Yes | ||
| message | No |