create_budget
Create budget tracking limits for overall, category, or subcategory with specified amounts and periods. Supports single or bulk creation.
Instructions
Create one or more budget tracking limits. You can either pass single budget parameters or a list of budget dicts in 'budgets'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Budget limit amount. | |
| period | No | 'weekly', 'monthly', 'quarterly', or 'yearly'. | |
| budgets | No | Optional list of budget dictionaries for bulk insertion. | |
| category | No | Optional category name. | |
| end_date | No | ISO end date (YYYY-MM-DD). | |
| start_date | No | ISO start date (YYYY-MM-DD). | |
| budget_type | No | 'overall', 'category', or 'subcategory'. | |
| subcategory | No | Optional subcategory name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||