set_budget
Set a budget amount for a category in a specific month. Provide YYYY-MM-DD date, category name, and dollar amount to update budget details.
Instructions
Set the budget amount for a category in a given month in Actual Budget. month must be in YYYY-MM-DD format e.g. 2024-01-01 for January 2024. Use list_categories to get category names. Returns the updated budget details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes | Month in YYYY-MM-DD format e.g. 2024-01-01 for January 2024 | |
| amount | Yes | Budget amount in dollars | |
| category | Yes | Category name or id. Use list_categories to get names |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||