add_expense
Record a new expense with amount, category, and optional details like date and description to track spending in your personal finance system.
Instructions
Add a new expense. Date format: YYYY-MM-DD (defaults to today).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| category | Yes | ||
| description | No | ||
| date | No | ||
| currency | No | USD |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||