expense_search
Search and filter expenses by query, category, date, amount, or type. Returns matched transactions with total.
Instructions
Search and filter expenses with flexible criteria.
Args: params: SearchInput with optional query, category, dates, amounts, type, limit.
Returns: Formatted list of matching transactions with total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |