add_expense
Add a new expense entry with required amount and category, plus optional date (defaults to current IST), note, and subcategory.
Instructions
Add a new expense entry to the database. If date is not provided, it defaults to current IST date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| note | No | ||
| amount | Yes | ||
| category | Yes | ||
| subcategory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||