Skip to main content
Glama

sync_transactions

Incrementally sync bank transactions using Plaid's cursor-based sync, retrieving only new or updated records to keep data current without full re-fetches.

Instructions

Incrementally sync transactions using Plaid's cursor-based sync.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNo
itemNo
limitNo
pageSizeNo
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It mentions cursor-based sync but fails to specify side effects (e.g., database updates), input requirements (e.g., needing an item), return values, or authentication needs. This is insufficient for an agent to understand the tool's behavior.

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 a single, concise sentence that efficiently conveys the core action. However, it lacks detail that would be valuable, though it does not waste words.

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

Completeness2/5

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

Given the tool's complexity (cursor-based sync with Plaid) and the lack of annotations and output schema, the description is far from complete. It does not explain the sync process, cursor management, or parameter roles, making it inadequate for effective use.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no parameter information. All four parameters (all, item, limit, pageSize) are left unexplained, forcing the agent to guess their semantics.

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 the tool syncs transactions incrementally using Plaid's cursor-based sync, distinguishing it from list_transactions which likely performs a one-time retrieval. The verb 'sync' and resource 'transactions' provide a clear purpose.

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 implies usage for incremental syncing but does not explicitly state when to use this tool over list_transactions or other siblings. No exclusions or alternative recommendations are provided, leaving the agent to infer the intended context.

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/nicholasg-dev/plaid-cli-mcp-server'

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