Skip to main content
Glama
nakazanie-ton

xRocket Exchange MCP

xRocket recent trades

xrocket_market_trades
Read-onlyIdempotent

Retrieve recent public trades for a specified xRocket symbol, such as GRAM-USDT, to monitor market activity and support trading decisions.

Instructions

Get recent public trades for one symbol.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesExact current xRocket symbol, for example GRAM-USDT

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already communicate that the operation is read-only and non-destructive. The description adds only the modest behavioral detail that trades are 'recent' and 'public,' but it says nothing about pagination, limits, ordering, or symbol-availability 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?

One sentence says what the tool does, what the resource is, and what the scope is. There is no filler, and the essential information is front-loaded.

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?

For a one-parameter, read-only endpoint with a known output schema and an example in the parameter schema, the description is nearly complete. The only missing context is an explicit relationship or differentiation between this tool and sibling market-data tools.

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?

The schema already fully documents the single required parameter, including a concrete example symbol 'GRAM-USDT.' The description's mention of 'one symbol' matches the schema but adds little semantic value beyond it.

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?

The description states a clear verb and resource: 'Get recent public trades for one symbol.' It identifies the data being retrieved and the scope, but it does not explicitly distinguish the tool from siblings like xrocket_market_candles or xrocket_market_orderbook.

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 scope is clear: 'for one symbol.' However, the description gives no explicit guidance on when to use this tool versus alternatives such as xrocket_market_tickers or xrocket_market_candles. Usage intent is only implied by the word 'trades.'

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/nakazanie-ton/myrocket'

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