Add Category
add_categoryCreate a new transaction category in a wallet to organize income and expense tracking for personal finance management.
Instructions
Create a new transaction category in a wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletId | Yes | Wallet to create the category in | |
| name | Yes | Category name | |
| icon | Yes | Icon identifier (see get_icons) | |
| type | Yes | 1 = expense, 2 = income |