List Categories
list_categoriesList all category groups and their categories with budgeted, activity, and balance amounts for the current month. Find category IDs and survey the budget structure, including hidden and deleted items.
Instructions
List all category groups and their categories with budgeted/activity/balance amounts (dollars) for the current month. Read-only. Use to find category IDs and survey the budget structure; for a specific month's numbers use get_month, and for name-based lookup use search_categories. Hidden and deleted items are included with flags — filter on 'hidden'/'deleted' when presenting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budgetId | No | Budget ID (uses default if not provided) | |
| lastKnowledgeOfServer | No | Delta request server knowledge. When provided, returns { category_groups, server_knowledge }. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Structured result returned by List Categories. |