add_expense
Add an expense to the database with required amount and category, plus optional date, description, and subcategory.
Instructions
Add a new expense to the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| amount | Yes | ||
| category | Yes | ||
| description | No | ||
| subcategory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||