add_expense
Record a new expense by specifying date, amount, and category, with optional note and subcategory, to keep personal finances updated.
Instructions
Add a new expense entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| note | No | ||
| amount | Yes | ||
| category | Yes | ||
| subcategory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||