Skip to main content
Glama

Перевод по реквизитам юрлицу

transfer_requisites
Destructive

Transfer money to a legal entity or individual entrepreneur using bank details (BIK, account, INN). Accepts a payment QR or manual fields, requires a purpose, and shows a confirmation button before sending.

Instructions

Перевод юрлицу или ИП по банковским реквизитам (БИК + счёт + ИНН). РЕАЛЬНЫЕ ДЕНЬГИ. Подтверждение — кнопка, не текст: тул сам покажет пользователю «Перевести/Отмена» (для сумм от TBANK_CONFIRM_ABOVE) ДО отправки. НЕ спрашивай «да/нет» заранее — покажи реквизиты и назначение (payment_qr для QR), потом вызывай; согласие даёт кнопка. Клиент без элиситации получает отказ «ПЛАТЁЖ НЕ ВЫПОЛНЕН» — деньги там не двигаются вообще.

Два способа задать реквизиты, их можно смешивать:

  • qr="ST00012|Name=…|PersonalAcc=…" — строка платёжного QR со счёта. Заполняет всё сразу, включая сумму. Сначала покажи пользователю payment_qr(qr).

  • руками: account_number (счёт, 20 цифр), bik (9 цифр), inn (10 или 12 цифр), name (получатель). corr_account и bank_name подтянутся по БИК сами. Явный аргумент всегда важнее QR — так исправляют плохо считавшийся код.

comment — назначение платежа, банк его ТРЕБУЕТ, без него платёж не уйдёт. Порядок такой: ключ Purpose из QR → сам счёт, если он у тебя есть (фото, скан, PDF: номер и дата счёта, за что платим, есть ли НДС) → контекст переписки → и только потом спроси пользователя. Не сочиняй: «оплата услуг» вместо номера счёта не даст получателю разнести платёж. До 160 символов. amount=0 — взять сумму из QR; если её там нет, тул откажет. nds — отметка НДС в платёжном поручении. ОСТАВЛЯЙ "322" по умолчанию даже для счёта с НДС: в обоих захваченных платежах юрлицу приложение слало "322", а сам НДС стоял строкой в назначении платежа. "323" — только по прямой просьбе. personal_account — лицевой счёт, только для ЖКХ-платежей юрлицу. from_account — счёт списания из list_accounts(); пусто = первый рублёвый. force=True — повторить платёж с неподтверждённым исходом, только после того как пользователь проверил в приложении, что деньги не ушли.

Ошибка в счёте получателя оплачивает чужой счёт — реквизиты проверяются по регуляркам самого банка ДО отправки. Возвращает paymentId для payment_receipt().

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qrNo
bikNo
innNo
kppNo
ndsNo
nameNo
forceNo
amountNo
commentNo
bank_nameNo
corr_accountNo
from_accountNo
account_numberNo
personal_accountNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The annotations say only readOnlyHint=false and destructiveHint=true, and the description goes far beyond them: it reveals the built-in confirmation button, failure behavior without elicitation, pre-send bank validation, NDS '322' default logic, and the semantics of force=True. These are operational traits an agent cannot infer from the 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 long but dense, structured into scannable blocks, and front-loaded with the most critical warning 'REAL MONEY'. There is no filler; each sentence adds concrete operational information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex, destructive 14-parameter money-moving tool, this description is unusually complete: it covers confirmation flow, error cases, default rules, formatting constraints, and even which companion tools to call (payment_qr, payment_receipt, list_accounts). The output schema already exists, so the explicit mention of paymentId is a bonus.

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 the full burden, and it mostly does: it manually documents qr, account_number, bik, inn, name, corr_account, bank_name, comment, amount, nds, personal_account, from_account, and force. The only unexplained parameter is kpp, which remains ambiguous for a legal-entity payment tool.

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 opens with a specific verb and resource: a transfer to a legal entity or individual entrepreneur using bank requisites (BIK + account + INN). This clearly distinguishes the tool from siblings like transfer or transfer_sbp_resolve, which use other payment channels.

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 gives strong process guidance: show requisites first, use payment_qr for QR-based payments, and only set force after the user has verified the money did not leave the app. It does not explicitly state when to prefer an alternative tool, but the context of 'transfer to legal entity by requisites' 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