add_expense
Log a single expense by specifying date, amount, and category, with optional note and subcategory, so your personal expense records stay accurate.
Instructions
Record a single expense.
Pass the user's local date -- the server does not infer 'today', because its clock is UTC and would log the wrong day either side of midnight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date the money was spent, YYYY-MM-DD. | |
| note | No | Optional free-text note. | |
| amount | Yes | Amount spent. Must be greater than zero. | |
| category | Yes | Top-level category, e.g. 'food'. Must be a known category. | |
| subcategory | No | Optional subcategory, e.g. 'groceries'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||