Skip to main content
Glama
saldraykee22

Rasattrading MCP

by saldraykee22

get_ticker

Fetches real-time 24h ticker data for a Spot USDT pair, including current price and volume, with a freshness indicator to detect stale WebSocket data.

Instructions

Sembolün anlık 24h ticker'ı (miniTicker WS'ten). meta.freshness verinin güncel olup olmadığını söyler; WS kopuksa stale döner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesSpot USDT çifti, örn. BTCUSDT
request_idNo
idempotency_keyNo
Behavior4/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It usefully discloses that data may be stale if the WebSocket disconnects and that meta.freshness indicates currency, adding significant context beyond the name.

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?

The description is two concise sentences, front-loaded with the core action, and contains no redundant or filler content.

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 simple ticker tool with no output schema or annotations, the description adequately covers the key staleness behavior and data source. It does not explicitly list return fields, but the term '24h ticker' implies standard ticker data, making it sufficiently complete.

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

Parameters2/5

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

Schema coverage is only 33% (only symbol is documented). The description does not explain request_id or idempotency_key, and it fails to compensate for the low schema coverage, leaving critical parameter semantics unaddressed.

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 the tool fetches an instantaneous 24-hour ticker for a symbol from the miniTicker WebSocket. This specific verb+resource construction distinguishes it from sibling tools like get_candles or get_symbol_info.

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 implies real-time usage via the miniTicker WS source but provides no explicit guidance on when to use this tool versus alternatives. No exclusions or alternative tool names are mentioned.

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/saldraykee22/rasattrading-mcp'

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