Skip to main content
Glama

Получатель по телефону — Т-Банк + СБП

transfer_sbp_resolve
Read-onlyIdempotent

Resolve a payee's bank and masked name by phone to prepare provider fields for a new transfer, read-only so no money is moved.

Instructions

Резолвинг получателя по номеру (read-only, БЕЗ денег) — счёт в Т-Банке И банки СБП. Возвращает маскированное имя + банк + isDefaultBank и готовый provider_fields. Используй ПЕРЕД transfer()/payment_commission() для НОВОГО (несохранённого) получателя. provider_fields вставь в payParameters.providerFields комиссии — не пиши 8276 руками.

Счёт в Т-Банке — отдельный кандидат (перевод внутри банка, не через СБП): у него НЕТ bankMemberId. Если он в списке, получатель — клиент Т-Банка, даже когда в СБП Т-Банка не видно; это разные списки, и раньше тул показывал только второй. Для transfer() передай pointer_link_id выбранного кандидата (+ bank_member_id, если это банк СБП); ничего не передать — выберется дефолт, а при нескольких кандидатах без дефолта тул откажет и попросит выбрать.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phoneYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the readOnlyHint/idempotentHint annotations, the description explains behavior that matters for correct invocation: the tool is safe but not money-moving, it returns a ready provider_fields value that should not be hardcoded, T-Bank account candidates lack bank_member_id, and the tool may refuse if selection is ambiguous. No contradiction 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 core purpose and read-only safety warning are front-loaded, and the second paragraph is dense with important nuances. There is some historical/explanatory context that is not strictly necessary for invoking the tool today, so the description is a bit longer than the ideal while still being well-structured.

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 covers the two critical halves, when to call and how to use the result, and it explains the confusing T-Bank-vs-SBP candidate split. It does not define the phone format or the exact behavior when no recipient is found, which is a minor gap given there is only one required parameter and the safety profile is covered by annotations.

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?

The schema provides no description for the single phone parameter, so the description must compensate. It identifies the parameter as the recipient’s phone number, but it does not specify format, normalization, country-code expectations, or any validation rules, leaving partial ambiguity.

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 a specific operation: resolving a recipient by phone number, read-only, covering both T-Bank accounts and SBP banks. It also names the returned artifacts, masked name, bank, isDefaultBank, provider_fields, which is far more distinctive than the tool title alone.

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?

It explicitly says to use this tool BEFORE transfer()/payment_commission() for a new unsaved recipient, and then gives the exact next steps for transfer(): pass pointer_link_id, add bank_member_id for SBP banks, or omit to use the default. This gives the agent concrete selection and invocation guidance rather than leaving it implied.

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