Skip to main content
Glama
cyberash-dev

moex-mcp

by cyberash-dev

get_recent_trades

Retrieve recent trade records for a security on Moscow Exchange. Provide a ticker such as SBER to get executed trades, with options for board, market, engine, and result limit.

Instructions

Get most recent trades for a security

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardNoTrading board (e.g. 'TQBR')
limitNoMaximum number of trades to return (default 50)
engineNoTrading engine (default 'stock')stock
marketNoMarket (default 'shares')shares
securityYesSecurity ticker (e.g. 'SBER')
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description is the only behavioral disclosure. It reveals only that trades are recent, implying chronological ordering, but does not mention sorting, pagination, result shape, or any caveats—a meaningful gap for a data retrieval tool.

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?

Single sentence with no filler; the core operation and object are front-loaded. It is concise, though the brevity comes at the cost of usage and behavioral context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a simple retrieval when combined with the fully documented schema, but the absence of an output schema and annotations leaves return shape and ordering unstated. It is minimally complete rather than fully self-sufficient.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents all five parameters. The description adds no parameter details beyond identifying the security dimension, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('recent trades') plus the target ('a security'), making its core function clear. It does not explicitly contrast with sibling tools like get_market_data or get_history, but 'trades' is a distinct resource, so an agent can infer what it does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to prefer this over get_market_data, get_orderbook, or get_history, and no mention of alternatives or exclusions. The agent must infer the appropriate use case from the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/cyberash-dev/moex-mcp'

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