add_expense
Add a new expense entry with amount, category, and optional date/description to maintain accurate personal expense records.
Instructions
Add a new expense to the tracker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional date of the expense in YYYY-MM-DD format. Defaults to current date. | |
| amount | Yes | The amount of the expense. | |
| category | Yes | The category of the expense (e.g., Food, Transport, Utilities). | |
| description | No | Optional description of the expense. |