Skip to main content
Glama
dontsovcmc

io.github.dontsovcmc/tochka-bank

by dontsovcmc

tochka_incoming

Read-only

Retrieve monthly incoming bank transactions grouped by debtor INN for tax reporting, with optional filters by debtor INN or payment description.

Instructions

Get incoming (Credit) bank transactions for a month, grouped by debtor INN.

Useful for tax reports (AUSN vzaimozachet) — shows how much was received from each counterparty in a given month.

Args: month: Month number (1-12) year: Year (e.g. 2026) inn: Optional debtor INN filter (e.g. "6316049606") description: Optional substring filter for payment description (case-insensitive, e.g. "РОБОКАССА")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
innNo
yearYes
monthYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description does not need to restate that. The description adds grouping behavior and credit nature, but no additional behavioral traits beyond what annotations imply. It is consistent with annotations.

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: two sentences plus a bullet-like list of args. No wasted words. It could be slightly more structured (e.g., adding a return note), but it's efficient for the information needed.

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 has an output schema, the description doesn't need to detail return values. It adequately covers the input parameters, grouping behavior, and use case. It is complete for the intended purpose, though it could mention the grouping more prominently.

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

Parameters5/5

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

Schema coverage is 0%, so the description must fully explain parameters. It does so clearly: month (1-12), year (e.g., 2026), inn (optional filter with example), description (optional substring filter case-insensitive). The examples and type info add significant value beyond the schema's basic type/default.

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 retrieves incoming (Credit) bank transactions grouped by debtor INN for a given month, with a specific use case for tax reports. This distinguishes it from sibling tools like 'tochka_card_transactions', 'tochka_statements_list', etc.

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 a clear use case ('useful for tax reports') and indicates the tool filters by month/year and optionally by INN/description. However, it does not explicitly mention when not to use it or compare to alternatives, though the context is adequate.

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/dontsovcmc/mcp-server-tochka-bank'

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