Skip to main content
Glama
theYahia

@theyahia/yookassa-mcp

by theYahia

Create payout

create_payout
Destructive

Create a payout to bank card, YooMoney wallet, or SBP. Asynchronous—poll status for final confirmation. Irreversible real-money transfer.

Instructions

Create a payout to a bank card, YooMoney wallet, or SBP. Requires the separately-activated YooKassa Payouts product with its own credentials (see README/SECURITY). Asynchronous — the response may be 'pending'; poll get_payout for the final status. MOVES REAL MONEY — irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesPayout amount
bank_idNoSBP participant bank id (required for destination_type=sbp)
currencyNoCurrency (ISO-4217, default RUB)RUB
metadataNoArbitrary metadata
descriptionNoPayout description
payout_tokenNoRecipient token from the payout widget (preferred; required if you lack PCI DSS to accept a raw card number)
destination_typeNoRecipient type (if not using payout_token). bank_card requires a PCI DSS certificate
destination_valueNoRecipient: card number (bank_card), wallet number (yoo_money), or phone 79XXXXXXXXX (sbp)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
paidNo
amountNo
statusNo
confirmation_urlNo
Behavior5/5

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

Beyond annotations (destructiveHint=true), the description adds critical context: 'MOVES REAL MONEY — irreversible' and the asynchronous nature ('response may be pending; poll get_payout'). It also discloses the separate credentials requirement, which is not apparent from annotations or 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?

Three sentences, front-loaded with the action, then prerequisites, then behavior warning. Every sentence adds essential information with no redundancy or fluff.

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 output schema exists and parameter coverage is complete, the description covers the essential operational context: prerequisites, async status polling, and irreversibility. It does not explain conditional parameter requirements, but the schema handles those details, making the description sufficient for this complexity.

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 already has 100% parameter description coverage, so the baseline is 3. The description mentions recipient types (bank card, wallet, SBP) that map to the schema's destination_type enum, but it does not add new parameter-level meaning beyond what the schema already states.

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 uses a specific verb+object ('Create a payout') and clearly lists recipient types (bank card, YooMoney wallet, SBP), which distinguishes it from sibling tools like create_payment or get_payout. It immediately identifies the tool's core function without ambiguity.

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 clear usage context: it requires a separately-activated YooKassa Payouts product and credentials, and it instructs to poll get_payout for final status. However, it does not explicitly state when not to use this tool versus alternatives, so it stops short of a full when/when-not guide.

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/theYahia/yookassa-mcp'

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