Add Expense
add_expenseRecord an expense by specifying the amount, category, and description; optionally include a transaction date for accurate bookkeeping.
Instructions
Add an expense to the expense tracker
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| category | Yes | ||
| description | Yes | ||
| transaction_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |