Skip to main content
Glama
dwin-gharibi

ramzinex-mcp

by dwin-gharibi

ramzinex_place_limit_order

Place a limit order on Ramzinex exchange to buy or sell cryptocurrency at a specified price using real funds. Requires API token and enabled trading.

Instructions

Place a LIMIT order — WARNING: this executes a REAL trade.

Persian purpose: ثبت سفارش محدود (معامله واقعی). Requires a configured API token AND enable_trading=true on the instance; otherwise it returns {"error": "trading_disabled", ...} without contacting the API. Maps to POST /exchange/api/v1.0/exchange/users/me/orders/limit.

This places a buy or sell order at a fixed price using real funds in the selected account. Double-check the pair, side, amount, and price before calling.

Args: pair_id: Numeric id of the pair to trade. amount: Order amount in the base currency (must be > 0). price: Limit price in the quote currency (must be > 0). type: Order side, buy or sell. instance: Configured instance to use (default when omitted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pair_idYes
amountYes
priceYes
typeYes
instanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. Discloses real trade execution, requirement for enable_trading=true, maps to specific endpoint, warns about real funds. Missing details on rate limits or success response, but sufficient for core behavior.

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?

Well-structured with warning, purpose, requirements, endpoint, and Args list. Slightly lengthy but each sentence serves a purpose. Could be trimmed slightly without losing clarity.

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 complexity as a trading tool with 5 params and no annotations, description covers purpose, requirements, parameters, and caution. Output schema exists, so return value not needed. Lacks mention of order lifecycle but adequate for selection and invocation.

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?

Schema coverage is 0%, but description provides a dedicated Args section explaining each parameter with constraints (e.g., amount and price must be >0, type is buy/sell). Adds significant meaning beyond bare schema.

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?

Clearly states it places a LIMIT order, uses specific verb 'Place', identifies resource as LIMIT order with real trade warning, and the Persian purpose adds clarity. Distinguishes from sibling tools like market order and various query tools.

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?

Provides strong usage context: warning about real trade, requires API token and enable_trading=true, double-check parameters. However, lacks explicit when-not-to-use or comparison to ramzinex_place_market_order, so not a complete 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/dwin-gharibi/ramzinex-mcp'

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