Get Month Category
get_month_categoryRetrieve a category's budget for a specific month. Supply month and category ID to see how much was budgeted.
Instructions
Get category budget for a specific month
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes | Month in YYYY-MM-DD format (first of month) | |
| budgetId | No | Budget ID (uses default if not provided) | |
| categoryId | Yes | Category ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Structured result returned by Get Month Category. |