add_expense
Log a new expense with date, amount, and category; optionally add subcategory and notes.
Instructions
Add a new expense entry to the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| amount | Yes | ||
| category | Yes | ||
| subcategory | No | ||
| note | No |