Skip to main content
Glama
themiguelamador

toconline-mcp

list_bank_transactions

Retrieve bank transactions from TOCOnline filtered by account, date, and more. Paginate and sort results to view debits and credits with exact match criteria.

Instructions

List bank transactions (movements) imported into TOCOnline.

All filters are exact match. To get a date range, make one call per day or page through without a date filter. value is signed (negative for debits, positive for credits).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoJSON:API sort. Default `-transaction_date,-id` (newest first, stable). Other useful: `-value` (largest debits/credits first), `transaction_date`.-transaction_date,-id
fieldsNoComma-separated subset of fields. Available: id, bank_account_id, transaction_date, posted_date, description, payer_iban, value, imported_balance, annotation, other_info, track_id, seqord.
page_sizeNoItems per page (1-500).
page_numberNo1-based page number.
posted_dateNoExact posted date (YYYY-MM-DD).
bank_account_idNoFilter to a specific bank account id (from list_bank_accounts).
transaction_dateNoExact transaction date (YYYY-MM-DD). TOCOnline does not support ranges.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden. It discloses that filters are exact match and date ranges are not supported, and clarifies value is signed. Lacks mention of authentication or pagination behavior, which is partially covered by schema.

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?

The description is concise with two sentences in the first paragraph and one in the second, front-loading the core purpose. No extraneous information.

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 presence of an output schema, the description does not need to detail return values. It covers key limitations (exact match, date ranges) and value semantics, making it fairly complete for a listing tool.

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%, so baseline is 3. The description adds context about exact matching and signed value but does not significantly augment individual parameter descriptions beyond what the schema already provides.

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 verb 'List' and resource 'bank transactions', and specifies they are imported into TOCOnline. It distinguishes from sibling tools like list_bank_accounts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states all filters are exact match, and provides two strategies for date ranges: daily calls or pagination without a date filter. Also explains the signed nature of 'value'.

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/themiguelamador/toconline-mcp'

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