Skip to main content
Glama
theYahia

@theyahia/yookassa-mcp

by theYahia

Get payment

get_payment
Read-only

Fetch payment details by ID. Returns status, amount, payment method, confirmation URL, and metadata.

Instructions

Get payment details by ID. Returns status, amount, payment method, confirmation URL, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payment_idYesPayment ID (e.g. pay_xxx)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
paidNo
amountNo
statusNo
confirmation_urlNo
Behavior3/5

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

Annotations already declare readOnlyHint: true, so the agent knows this is a safe read operation. The description adds context about the returned fields (status, amount, etc.), but does not disclose error behavior, rate limits, or other behavioral traits beyond what annotations provide.

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 a single declarative sentence that is front-loaded with the verb and resource, followed by a concise list of return fields. No filler or redundant content.

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?

Given the tool's simplicity (one parameter, read-only, with output schema), the description adequately covers the purpose and expected return data. There are no obvious gaps, and the output schema can fill in detailed return types.

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 describes the only parameter payment_id with a clear description and example format (e.g., pay_xxx). The description's 'by ID' aligns with this but adds no new semantic meaning, so the baseline of 3 is appropriate given 100% schema coverage.

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 the tool retrieves payment details by ID, using the specific verb 'Get' and resource 'payment details'. This distinguishes it from sibling tools like create_payment or list_payments, which perform different operations.

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

Usage Guidelines3/5

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

The description implies usage when you have a specific payment_id and need details, but it does not explicitly state when to use it versus alternatives like list_payments, nor does it mention any exclusions. No direct comparison with sibling tools is provided.

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