Skip to main content
Glama

Операции по карте

card_operations
Read-onlyIdempotent

Fetch bank operations for a selected card by its ID. Customize results with period (days), limit, and description width.

Instructions

Операции по КОНКРЕТНОЙ карте. card_id — поле id из list_cards(). Серверного фильтра по карте нет (API умеет только excludeCardIds), поэтому берутся операции за период и фильтруются по полю card. limit=0 — показать все за период. desc_len — ширина колонки описания (0 = описание целиком, обрезка помечена «…»).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
limitNo
card_idYes
desc_lenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description adds meaningful behavioral context well beyond the annotations: it discloses that the API lacks a server-side card filter and that operations are fetched by period and filtered locally. It also explains the special semantics of limit=0 and desc_len truncation, which are not inferable from the schema or annotations. This substantially helps an agent anticipate tool behavior.

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?

Every sentence adds distinct value: the primary purpose, the server limitation, and the two non-obvious parameter behaviors are all stated in a compact, front-loaded format. There is no filler or redundant restating of the schema.

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?

The description is largely complete for the tool's operation, especially with annotations declaring readOnly/idempotent and an output schema present. The only notable gap is the absence of an explicit definition of the 'days' period parameter, which is relevant to the described time filtering behavior.

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 description coverage is 0%, so the description carries full responsibility for parameter explanations. It explains card_id, limit=0 (show all), and desc_len (column width with truncation marker). However, the 'days' parameter is only indirectly referenced via 'operations for the period', leaving its exact meaning to inference.

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 states a specific verb and resource: it retrieves transactions for a specific card, with the card strongly emphasized as 'КОНКРЕТНОЙ карте'. It clearly distinguishes itself from the general list_operations sibling by focusing on per-card filtering, and even specifies the source of card_id from list_cards().

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 explains when to use the tool: when operations for a specific card are needed. It also provides important context about the lack of server-side filtering and the client-side fallback, helping to set expectations. It does not explicitly say when not to use it or mention alternative sibling tools by name, but the implied use case is clear 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/icyberdeveloper/tbank-mcp'

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