monzo_spending
Analyze Monzo spending from cached transactions, with filters for month, category, and account type. Returns category summaries or individual transactions to identify spending patterns.
Instructions
Analyse spending from cached Monzo transactions.
Auto-syncs if the cache is stale (last sync before today).
Every result carries account_type, echoing the filter applied and null
when unfiltered, so a zero total says which account it measured.
Args: month: Month in YYYY-MM format (default: current month) category: Filter by category, e.g. "groceries", "eating_out", "transport" account_type: "personal" or "joint" (default: all) detail: If true, return individual transactions instead of category summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | ||
| detail | No | ||
| category | No | ||
| account_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |