query_expenses
Find and list individual expenses by date, category, merchant, tags, or amount range, with current-month defaults. Use it to review transaction details; for totals, use summarize instead.
Instructions
List individual expenses. Defaults to the current month.
For totals use summarize() instead — it is far cheaper than adding up rows here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| to_date | No | ||
| category | No | ||
| merchant | No | ||
| from_date | No | ||
| max_amount | No | ||
| min_amount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||