Skip to main content
Glama
dontsovcmc

io.github.dontsovcmc/tochka-bank

by dontsovcmc

tochka_subscription_create

Create a recurring payment subscription for a customer by providing customer code, amount, and purpose, with optional redirect URLs and recurring charges.

Instructions

Create recurring payment subscription.

For subscription with fiscal receipt, use tochka_subscription_with_receipt.

Args: customer_code: Customer code (9 chars, e.g. "100000001") amount: Subscription amount (> 0) purpose: Subscription purpose (1-140 chars) redirect_url: Success redirect URL (optional) fail_redirect_url: Failure redirect URL (optional) save_card: Save card for future payments (optional) consumer_id: Consumer identifier (optional) merchant_id: Merchant identifier (optional) recurring: Enable recurring charges (optional) payment_link_id: Custom payment link ID, 1-45 chars (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
purposeYes
recurringNo
save_cardNo
consumer_idNo
merchant_idNo
redirect_urlNo
customer_codeYes
payment_link_idNo
fail_redirect_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Beyond the `openWorldHint` annotation, the description only states it creates a recurring subscription. No mention of side effects, authentication needs, rate limits, or what happens on success/failure. An incomplete behavioral picture for a write operation.

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?

Extremely concise: a one-sentence purpose, sibling link, then a clean bullet list of parameters. No wasted words, logically 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 tool's purpose and all parameters. With an output schema (not shown) available, lack of return value explanation is acceptable. However, a brief example or note on success behavior would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by providing clear explanations and constraints for all 10 parameters (e.g., '9 chars', '> 0', '1-140 chars', optionality). Every parameter is addressed.

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?

Clear verb+resource: 'Create recurring payment subscription.' Distinguishes from sibling `tochka_subscription_with_receipt` by mentioning the fiscal receipt alternative.

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?

Explicitly says when to use sibling tool (`tochka_subscription_with_receipt`). Provides parameter constraints (e.g., '9 chars', '> 0', '1-140 chars') but lacks broader usage context like prerequisites or conditions.

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/dontsovcmc/mcp-server-tochka-bank'

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