List Categories
list_categoriesRetrieve financial categories filtered by type, tags, or archive status to organize income and expense tracking.
Instructions
List all financial categories, optionally filtered by type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Convenience filter for a single tag. Use `tags` for multiple. | |
| tags | No | Filter to items carrying these tags. Combined per `tag_match` (default 'all': the item must carry every listed tag). | |
| type | No | Filter by category type. Omit to return all. | |
| tag_match | No | How to combine `tags`: 'all' (item has every tag, default) or 'any' (item has at least one of them). | |
| include_archived | No | Include archived categories. Default false. |