add_expense
Record a new expense with title, amount, category, and optional date or note. Use this tool to log spending into your finance tracker for accurate personal expense summaries.
Instructions
Add a new expense entry to the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date YYYY-MM-DD (defaults to today) | |
| note | No | Optional extra description | |
| title | Yes | Short name, e.g. 'Lunch at Subway' | |
| amount | Yes | Amount spent (positive number) | |
| category | Yes | e.g. 'Food', 'Transport', 'Shopping' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||