Skip to main content
Glama
votsie
by votsie

Список терминалов

wata_terminals_list

Retrieve merchant terminals with turnover, revenue, WATA rates, product type, and payment methods. Specify a date range to filter financial totals.

Instructions

Терминалы мерчанта с оборотом, выручкой, ставками WATA, типом продукта и доступными методами оплаты. Период From/To влияет на суммы оборота и выручки.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoКонец периода, YYYY-MM-DD
fromNoНачало периода, YYYY-MM-DD
skipCountNoСколько записей пропустить
maxResultCountNoСколько записей вернуть (по умолчанию 20)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations and no output schema, the description carries the transparency burden. It usefully discloses the returned fields and that From/To affects turnover/revenue sums, but it does not mention pagination behavior, response format, or any access constraints. This is moderate coverage for a read-only list.

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?

Two concise sentences front-load the main content and then add the key period semantics. There is no redundant or filler language.

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?

For a simple optional-parameter list tool, the description plus fully described schema is largely sufficient: it enumerates returned data and explains date-range semantics. It would be more complete with an explicit note about pagination/default limit or a pointer to sibling tools for single-terminal/finance views.

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 coverage is 100%, so the baseline is 3. The description adds value beyond the schema by clarifying that the From/To period affects turnover and revenue amounts, which is not stated in the parameter descriptions.

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 title 'Список терминалов' and description 'Терминалы мерчанта с оборотом, выручкой...' make clear this returns a list of the merchant's terminals with specific financial and configuration fields. It is distinct from single-item tools like wata_terminal_get, though it does not explicitly name that sibling.

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

Usage Guidelines2/5

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

No guidance is given about when to choose this list over related alternatives such as wata_terminal_get or wata_terminals_finance. The intended use is implied by the title, but there are no explicit when/when-not conditions or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools