Skip to main content
Glama
yyordanov-tradu

stock-scanner-mcp

crypto_quote

Read-only

Fetch real-time quotes for selected cryptocurrency pairs like BTCUSDT or BINANCE:BTCUSDT.

Instructions

Get real-time quotes for specific crypto pairs. Supports 'BTCUSDT' (defaults to BINANCE) or 'BINANCE:BTCUSDT'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsYesCrypto pair symbols (e.g. ['BTCUSDT', 'ETHUSDT'])
Behavior3/5

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

Annotations already declare readOnlyHint=true, so no destructive behavior. The description adds context about supported symbol formats but does not disclose additional behavioral traits like data freshness, rate limits, or return format. With annotations covering the safety profile, the description provides minor additive value.

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?

Two sentences, front-loaded with action ('Get real-time quotes'), no fluff. Every word adds value.

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?

No output schema exists, and description does not explain return structure or fields. For a simple tool this is acceptable but incomplete; missing details like response format (single object vs array), fields included, and timestamp information.

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?

Schema covers the parameter with 100% description coverage. Description adds meaningful usage detail about acceptable symbol formats and default exchange, exceeding what the schema provides.

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 clearly states it gets real-time quotes for crypto pairs and provides specific symbol format examples. It is specific but does not explicitly distinguish from sibling tools that also retrieve crypto quotes.

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 indirectly implies usage through symbol format examples but does not explicitly guide when to use this tool versus alternatives like tradingview_quote or coingecko_coin. No exclusions or when-not scenarios provided.

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/yyordanov-tradu/stock-scanner-mcp'

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