list_expenses
Find expenses with multi-dimensional filtering by date, category, merchant, payment method, amount, tags, location, notes, and event.
Instructions
List expenses with powerful multi-dimensional filtering.
Examples:
"All food expenses in July 2026" → month=7, year=2026, category_id=
"UPI expenses above ₹500 this month" → payment_method='UPI', min_amount=500
"Expenses at Domino's" → merchant='Domino'
"Expenses for Girnar trip" → event_id=
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| year | No | ||
| month | No | ||
| notes | No | ||
| currency | No | ||
| end_date | No | ||
| event_id | No | ||
| location | No | ||
| merchant | No | ||
| max_amount | No | ||
| min_amount | No | ||
| start_date | No | ||
| category_id | No | ||
| payment_method | No | ||
| subcategory_id | No | ||
| include_deleted | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |