get_price
Retrieve current market prices for trading pairs on Binance to monitor cryptocurrency values and make informed trading decisions.
Instructions
获取指定交易对的当前价格
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号,如 BTCUSDT |
Retrieve current market prices for trading pairs on Binance to monitor cryptocurrency values and make informed trading decisions.
获取指定交易对的当前价格
| 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 the full burden of behavioral disclosure. It only states what the tool does (gets current price) without mentioning any behavioral traits like whether it's a read-only operation, potential rate limits, authentication requirements, error conditions, or what format the price is returned in. This is inadequate for a tool with zero annotation coverage.
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?
The description is extremely concise - a single sentence that directly states the tool's purpose with zero wasted words. It's appropriately sized for a simple price lookup tool and is front-loaded with the core functionality.
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 lack of annotations and no output schema, the description is incomplete. For a price lookup tool, users need to know what format the price is returned in (decimal, string, with precision), whether it's real-time or delayed, and any authentication or rate limiting considerations. The description provides none of this context, making it inadequate despite the tool's apparent simplicity.
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?
The description mentions '指定交易对' (specified trading pair) which aligns with the single 'symbol' parameter. However, with 100% schema description coverage (the schema already fully documents the symbol parameter), the description adds minimal value beyond what's in the schema. It doesn't provide additional context about valid symbol formats or examples beyond what the schema states.
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's purpose as '获取指定交易对的当前价格' (get the current price of a specified trading pair), which is a specific verb+resource combination. It distinguishes from siblings like get_24hr_ticker (which provides 24-hour statistics) or get_orderbook (which provides order book data), though it doesn't explicitly mention these distinctions.
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?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when to choose get_price over get_24hr_ticker for price data, or when other tools like get_klines might be more appropriate. There's no context about prerequisites or exclusions.
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/ethancod1ng/binance-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server