Skip to main content
Glama
partymola

monzo-mcp

by partymola

monzo_search_transactions

Search your Monzo transactions by merchant, payee, description, or notes. Automatically syncs cached data for comprehensive historical searches.

Instructions

Search cached transactions by merchant, counterparty (payee), description, or notes.

Auto-syncs if the cache is stale (last sync before today).

Case-insensitive partial match across merchant_name, counterparty_name, description, and notes fields. Counterparty matching finds bank transfers (faster payments, p2p, bacs) by payee name.

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
sinceNo
beforeNo
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 provided, so description carries full burden. Discloses auto-sync behavior, case-insensitive partial match, and which fields are searched. No mention of rate limits or side effects, but adequate for a search tool.

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?

Purpose front-loaded, Args section clear. Slight redundancy in mentioning 'case-insensitive partial match' twice. Overall concise with minimal wasted text.

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?

Covers search behavior, matched fields, auto-sync, date formats, default limit. With output schema present, no need to explain return structure. Adequate for a 5-param tool with 1 required param.

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 coverage is 0%, but description adds an Args section with explanations for each parameter: query, account_type, since, before, limit. Adds meaning beyond schema types (e.g., 'personal' or 'joint' for account_type, ISO format for dates).

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

Purpose5/5

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

The description clearly states 'Search cached transactions' with specific search fields (merchant, counterparty, description, notes). This distinguishes it from siblings like monzo_list_transactions (which likely lists all transactions) and monzo_sync (data sync).

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

Usage Guidelines4/5

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

Provides usage context: auto-syncs if cache stale, case-insensitive partial match, and specifies matching fields. Does not explicitly state when not to use or alternatives, but context is clear enough.

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