market_price
Retrieve the current market price for a cryptocurrency trading pair by providing the symbol (e.g., BTCUSDT).
Instructions
获取指定交易对当前最新价格(含 symbol、price)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 如 BTCUSDT |
Retrieve the current market price for a cryptocurrency trading pair by providing the symbol (e.g., BTCUSDT).
获取指定交易对当前最新价格(含 symbol、price)
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 如 BTCUSDT |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It states the tool returns current price but does not disclose whether it is a read-only operation, rate limits, or potential staleness. The simplicity of the tool mitigates some risk, but the lack of explicit 'read-only' or side-effect disclosure limits transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with the key action and result. No redundant words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (1 parameter, no output schema), the description is sufficiently complete. It explains input and output. However, it could marginally improve by specifying that the price is the latest trade price or midpoint.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and includes a clear parameter description. The tool description reiterates the parameter's purpose but adds no new information beyond what the schema already provides. Baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool fetches the latest price for a specified trading pair, including both symbol and price. This is a specific verb-resource pair that distinguishes it from sibling tools like market_24hr_ticker or market_klines.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. There is no mention of context, prerequisites, or cases where other tools (e.g., market_24hr_ticker for more stats) would be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iuk-ink/binance-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server