monzo_search_transactions
Search your Monzo transactions by merchant name, description, or notes with case-insensitive partial matching. Filter by date range and account type for targeted history retrieval.
Instructions
Search cached transactions by merchant name, description, or notes. Auto-syncs if the cache is stale (last sync before today).
Case-insensitive partial match across merchant_name, description, and notes fields.
Args: query: Search term account_type: "personal" or "joint" (default: all) since: Start date in ISO format (inclusive) before: End date in ISO format (exclusive) limit: Max results (default 30)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| since | No | ||
| before | No | ||
| account_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |