add_expense
Add a new expense with amount, category, subcategory, optional description, and date to record spending in the expense tracker database.
Instructions
Add a new expense with amount, category, subcategory, optional description, and date (YYYY-MM-DD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| amount | Yes | ||
| category | Yes | ||
| description | No | ||
| subcategory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |