Skip to main content
Glama
dwin-gharibi

ramzinex-mcp

by dwin-gharibi

ramzinex_confirm_withdraw

Finalize a pending withdrawal by providing SMS/email code and Google Authenticator code. This irreversible action moves real funds.

Instructions

Confirm a pending withdrawal with 2FA codes — WARNING: moves REAL funds.

Persian purpose: تأیید برداشت با کدهای امنیتی (انتقال وجه واقعی). Requires configured credentials AND enable_withdrawals=true (and read_only=false); otherwise it returns {"error": "withdrawals_disabled", ...} without contacting the API. Maps to POST /exchange/api/{ver}/exchange/users/me/funds/withdraws/{withdraw_id}/verify with body {code, ga_code}. This finalizes an irreversible withdrawal.

Args: withdraw_id: Numeric id of the withdrawal to confirm (from ramzinex_submit_withdraw). code: SMS/email verification code (non-empty). ga_code: Google Authenticator (TOTP) code (non-empty). instance: Configured instance to use (default when omitted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
withdraw_idYes
codeYes
ga_codeYes
instanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are provided, so the description carries full burden. It warns that the action moves real funds and is irreversible. It also describes the error condition when withdrawals are disabled, providing clear behavioral context.

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 description is well-structured with a warning, Persian purpose, prerequisites, API mapping, and parameter list. It is slightly verbose but efficient, with no redundant sentences.

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?

Despite no annotations and zero schema coverage for parameters, the description provides thorough context: purpose, prerequisites, behavior, parameter details, and the irreversible nature. An output schema exists, so return values need no explanation.

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?

All four parameters are described in detail in the description, including expected content (non-empty for codes, numeric for withdraw_id) and source (from ramzinex_submit_withdraw). The schema has no descriptions (coverage 0%), so the description adds full semantic value.

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 confirms a pending withdrawal with 2FA codes, explicitly warning that it moves real funds and finalizes an irreversible action. It distinguishes from sibling tools like ramzinex_submit_withdraw by mentioning the pending state.

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?

It explicitly lists prerequisites: configured credentials, enable_withdrawals=true, and read_only=false. It describes error behavior when conditions are not met. However, it does not mention when to avoid using the tool or alternative approaches.

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/dwin-gharibi/ramzinex-mcp'

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