Skip to main content
Glama
dwin-gharibi

ramzinex-mcp

by dwin-gharibi

ramzinex_get_orders

Fetch your order history with optional filters for type, pair, currency, state, and buy/sell, plus pagination controls.

Instructions

List my orders, filterable and paginated (read-only).

Persian purpose: فهرست سفارش‌های کاربر. Requires a configured API token. Maps to POST /exchange/api/v1.0/exchange/users/me/orders2 with a JSON body of filters.

Args: limit: Max number of orders to return (1-1000, default 200). offset: Number of orders to skip for pagination (default 0). types: Optional list of order-type ids to filter by. pairs: Optional list of pair ids to filter by. currencies: Optional list of currency ids to filter by. states: Optional list of order-state ids to filter by (e.g. open). is_buy: When true, return only buy orders (default false). instance: Configured instance to use (default when omitted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
typesNo
pairsNo
currenciesNo
statesNo
is_buyNo
instanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the tool is read-only and requires an API token, but does not disclose rate limits, authentication details beyond token, or pagination behavior (e.g., total count, result truncation). Basic transparency is present but could be more comprehensive.

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 reasonably concise, with front-loaded purpose and an organized 'Args' section. The inclusion of a Persian-purpose line adds context but slightly duplicates the English. Overall, it is well-structured and efficient, though it could be trimmed slightly without losing meaning.

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 8 parameters, no annotations, and a provided output schema (so return values need not be explained), the description is quite complete. It covers parameter details, read-only nature, and endpoint mapping. It lacks guidance on error conditions or rate limits, but for a read-only list tool, it is nearly complete.

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?

Despite the context indicating 0% schema coverage, the description lists all 8 parameters with defaults, ranges (e.g., limit 1-1000), and meanings. It adds value beyond the input schema by explaining how each filter works (e.g., 'Optional list of order-state ids to filter by'). This is excellent documentation.

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 'List my orders, filterable and paginated (read-only)'. It specifies the verb (list), resource (orders), and scope (my orders, filterable, paginated, read-only). It distinguishes from sibling tools like ramzinex_cancel_order and ramzinex_place_limit_order. The HTTP endpoint mapping adds further clarity.

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 indicates that the tool is read-only and requires a configured API token, implying when to use it. However, it does not explicitly state when not to use it or provide alternatives for similar functionality, such as ramzinex_get_order for a single order. There is no exclusion guidance, which is adequate but not exemplary.

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