Skip to main content
Glama

get_transactions_tool

Retrieve transactions between specified dates, with optional filters for account, category, merchant, and amount. Uses cached Plaid data or live Teller API to return spending records.

Instructions

Query transactions between two dates. Dates are YYYY-MM-DD.

Plaid: reads from the local cache — run sync_transactions first. Teller: fetches live from Teller's API for the date range. Positive amounts = spend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
categoryNo
end_dateYes
merchantNo
account_idNo
max_amountNo
min_amountNo
start_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and covers meaningful traits: data source (local cache vs live API), a required prerequisite for Plaid, and the sign convention 'Positive amounts = spend.' It does not describe pagination or output ordering, but the output schema exists to cover return structure.

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

Conciseness5/5

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

Four short sentences with no filler: the main action is front-loaded, then provider behavior, prerequisite, and sign convention each earn their place.

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 output schema exists and the required parameters are simple, the description is reasonably complete: it covers date format, provider-specific data freshness, and the sync prerequisite. It could be more complete by naming search_transactions_tool as the alternative for advanced filtering, but this is not a blocking gap.

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

Parameters3/5

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

Schema description coverage is 0%, and the description only compensates for the date format and amount sign interpretation. The remaining optional filters (limit, category, merchant, account_id) are left to their self-explanatory names and schema defaults, so the compensation is partial.

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 opens with a specific verb and resource: 'Query transactions between two dates,' and specifies the date format. It is clear, though it does not explicitly distinguish itself from sibling search_transactions_tool or spending_summary_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?

It gives provider-specific usage context: for Plaid, 'run sync_transactions first' because it reads the local cache, while Teller fetches live. However, it never states when to choose this tool over sibling alternatives or mentions exclusions.

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

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/kenchambers1987-png/plaid-mcp'

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