Skip to main content
Glama
dwin-gharibi

ramzinex-mcp

by dwin-gharibi

ramzinex_get_pair

Get detailed information about a specific Ramzinex market pair by entering its numeric ID. Supply the pair ID to receive data such as price and volume.

Instructions

Get a single Ramzinex market pair by its numeric id.

Persian purpose: مشخصات یک بازار مشخص. Public, no auth. Maps to GET /exchange/api/{ver}/exchange/pairs/{pair_id}.

Args: pair_id: Numeric id of the pair (e.g. 2 for BTC/IRR). Discover ids with ramzinex_get_pairs. instance: Configured instance whose public base URL to use (default when omitted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pair_idYes
instanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses that the tool is public and requires no authentication, and maps to a GET endpoint. With no annotations provided, the description adequately covers the read-only nature and access requirements.

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 with no fluff; efficiently communicates purpose, parameter explanation, and usage note. The Persian purpose line is redundant but does not detract from overall brevity.

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?

For a simple GET tool with an output schema, the description covers the essential: what it does, how to use it (including parameter details and prerequisite discovery), and its public nature. No gaps in context.

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

Parameters4/5

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

Despite 0% schema description coverage, the description explains 'pair_id' with an example (2 for BTC/IRR) and describes 'instance' as an optional base URL config. This adds meaningful context beyond the schema types.

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?

Description clearly states 'Get a single Ramzinex market pair by its numeric id', specifying the exact action and resource. It includes the API endpoint and distinguishes from the sibling tool 'ramzinex_get_pairs' which lists all pairs.

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 advises to use 'ramzinex_get_pairs' to discover IDs, and notes that the tool is public and requires no auth. Lacks explicit 'when not to use' but provides sufficient guidance for correct invocation.

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