monzo_list_transactions
Retrieve past Monzo transactions from a local cache, with filters for account type, date range, category, or merchant. Automatically syncs if cache is stale, enabling spending analysis beyond the 90-day window.
Instructions
List transactions from the local cache. Auto-syncs if the cache is stale (last sync before today).
Queries the synced transaction database, not the live API.
Args: account_type: "personal" or "joint" (default: all) since: Start date in ISO format, e.g. "2026-01-01" (inclusive) before: End date in ISO format, e.g. "2026-02-01" (exclusive) category: Exact category match, e.g. "groceries", "eating_out", "transport" merchant: Merchant name search (case-insensitive, partial match) limit: Max results (default 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_type | No | ||
| since | No | ||
| before | No | ||
| category | No | ||
| merchant | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |