Skip to main content
Glama

transaction_list

List bank account transactions with optional filters for status, date range, operation type, and side.

Instructions

List transactions for a bank account with optional filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ibanNoBank account IBAN (alternative to bank_account_id)
pageNoPage number (default: 1)
sideNoFilter by side (credit or debit)
statusNoFilter by status
sort_byNoSort order (e.g. settled_at:desc, created_at:asc)
per_pageNoResults per page (default: 100, max: 100)
created_at_toNoFilter by created date (to, ISO 8601)
emitted_at_toNoEnd of emission date range (ISO 8601)
settled_at_toNoEnd of settlement date range (ISO 8601)
updated_at_toNoEnd of update date range (ISO 8601)
operation_typeNoFilter by operation type (card, transfer, income, direct_debit, etc.)
bank_account_idNoBank account UUID
created_at_fromNoFilter by created date (from, ISO 8601)
emitted_at_fromNoStart of emission date range (ISO 8601)
settled_at_fromNoStart of settlement date range (ISO 8601)
updated_at_fromNoStart of update date range (ISO 8601)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose pagination behavior, default sorting, authentication needs, or how filters combine. The minimal description leaves many behavioral aspects unspecified.

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, front-loaded sentence with no wasted words. However, it is perhaps too short given the tool's complexity, but conciseness is still high.

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?

With 16 parameters, no output schema, and no annotations, the description is insufficient. It omits pagination, default behavior, return structure, and how to use the many filters effectively. The agent would lack critical context.

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 coverage is 100%, so each parameter is described in the schema. The description merely says 'with optional filters', adding no extra meaning beyond the schema. Baseline score of 3 is appropriate.

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 clearly states it lists transactions with optional filters, distinguishing it from transaction_show which shows a single transaction. However, it does not explicitly differentiate from other list tools like transfer_list or card_list.

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 the tool is for listing transactions, but provides no guidance on when to use it versus alternatives, no prerequisites, and no exclusion criteria. Usage context is only inferred.

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/alexey-pelykh/qontoctl'

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