Skip to main content
Glama
Frihet-io

Frihet MCP Server

List Bank Transactions

list_transactions
Read-onlyIdempotent

Filter and retrieve bank transactions by account, date range, status, or category. Streamline reconciliation, expense matching, and cash flow analysis.

Instructions

List bank transactions with optional filters. Filter by account, date range, status (pending/posted/excluded), or category. Useful for reconciliation, expense matching, and cash flow analysis. / Lista movimientos bancarios con filtros opcionales. Filtra por cuenta, rango de fechas, estado (pendiente/contabilizado/excluido) o categoria. Util para conciliacion, asignacion de gastos y analisis de flujo de caja.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdNoFilter by bank account ID / Filtrar por ID de cuenta
fromNoStart date ISO 8601 (YYYY-MM-DD) / Fecha inicio
toNoEnd date ISO 8601 (YYYY-MM-DD) / Fecha fin
statusNoFilter by transaction status / Filtrar por estado
categoryNoFilter by category slug / Filtrar por categoria
limitNoMax results (1-100) / Resultados maximos
offsetNoOffset / Desplazamiento
afterNoCursor for cursor-based pagination / Cursor para paginacion

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
totalYes
limitYes
offsetYes
nextCursorNo
Behavior3/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint. The description adds no behavioral detail beyond the schema's parameter descriptions. It does not mention pagination or rate limits, but annotations cover the safety profile adequately.

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, front-loaded with the main action, and includes bilingual text. It could drop the Spanish version for brevity, but it is not overly long and each sentence adds value.

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's simplicity (no required params, read-only, with output schema), the description covers filters and use cases. It does not explain pagination parameters (limit, offset, after), but those are detailed in the schema. Overall sufficient.

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 100%; each parameter is documented. The description lists filter categories that mirror the schema without adding deeper semantic context or usage rules. With full schema coverage, baseline of 3 is appropriate.

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 bank transactions with optional filters, using a specific verb and resource. It distinguishes from sibling tools like categorize_transaction and match_transaction_to_invoice, which are write operations.

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?

The description provides use cases (reconciliation, expense matching, cash flow analysis) but does not explicitly mention when to avoid this tool or name alternatives. The context is clear enough for most agents.

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/Frihet-io/frihet-mcp'

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