Skip to main content
Glama
fintaro-ai

fintaro-mcp

Official
by fintaro-ai

list_transactions

Retrieve paginated bank transaction summaries. Use date filters to narrow results and pagination to handle large volumes.

Instructions

List one page of the organization's bank transactions as narrow summaries.

One call returns one page; if hasMore is true, call again with offset advanced by limit (clamped to 200). Narrow the window with date_from / date_to (ISO dates, e.g. "2026-06-01") to cover a period without paging all history.

Returns {"transactions", "total", "offset", "limit", "returned", "hasMore"}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
date_toNo
date_fromNo
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses pagination behavior, limit clamping to 200, and date filtering. Does not explicitly state safety, but listing is read-only by nature. No contradiction.

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?

Three sentences covering purpose, pagination, and filtering, each earning its place. Front-loaded and no 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?

Covers purpose, paging, filtering, and return fields despite no output schema. Lacks permissions or rate limits, but acceptable given no annotations. Complete enough for an agent to use correctly.

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%, so description compensates by explaining limit clamping, offset advancement, and ISO date examples with filtering purpose. Adds meaning beyond schema defaults.

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 lists one page of bank transactions as narrow summaries, with a specific verb and resource. It distinguishes itself from sibling tools like list_invoices and list_unmatched.

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 clear pagination guidance (hasMore flag, offset/limit mechanics) and date filtering to avoid paging all history. Lacks explicit when-not-to-use, but siblings are distinct 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/fintaro-ai/fintaro-mcp'

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