Skip to main content
Glama
partymola

monzo-mcp

monzo_list_transactions

Retrieve past Monzo transactions with filters for account type, date range, category, and merchant. Uses cached data to access history 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

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNo
beforeNo
categoryNo
merchantNo
account_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that the tool uses a local cache, auto-syncs if stale, and does not hit the live API, which are key behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with a clear introductory sentence followed by a structured list of parameters. It front-loads key behavioral information without unnecessary fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 6 parameters, zero required, and an output schema, the description covers caching behavior and parameter semantics adequately. It could mention pagination or completeness guarantees, but overall is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description adds significant value by explaining each parameter with examples (e.g., 'groceries' for category, ISO date format). This goes beyond the schema's type and default information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists transactions from the local cache, specifying caching behavior and that it does not query the live API. It distinguishes from siblings by mentioning 'local cache', but does not explicitly differentiate from the sibling search tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains parameters and that it queries cached data, implying usage for fast reads, but does not provide explicit guidance on when to use this tool versus alternatives like monzo_search_transactions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/partymola/monzo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server