Get Category
get_categoryRetrieve a category's full details for the current month, including goal type, target amount, and funding progress. Use for goal inspection.
Instructions
Get one category's full detail for the current month, including goal/target fields (type, target amount, funding progress). Read-only. Use for goal inspection; for a past or future month's numbers use get_month_category instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 Category. |