Skip to main content
Glama
iuk-ink

Binance MCP Server

用户费率

trading_commission
Read-onlyIdempotent

Get maker and taker fee rates for a trading pair, including VIP discounts and BNB payment discounts, to determine trading costs.

Instructions

返回:指定交易对的 maker/taker 费率(含 VIP 折扣与 BNB 抵扣)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
makerCommissionRateYes
takerCommissionRateYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv3.0.1
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / properties / symbol / description
      Removed value: -"交易对符号 如 BTCUSDT"
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "https://json-schema.org/draft/2020-12/schema",
      +  "additionalProperties": false,
      +  "properties": {
      +    "makerCommissionRate": {
      +      "type": "number"
      +    },
      +    "symbol": {
      +      "type": "string"
      +    },
      +    "takerCommissionRate": {
      +      "type": "number"
      +    }
      +  },
      +  "required": [
      +    "symbol",
      +    "makerCommissionRate",
      +    "takerCommissionRate"
      +  ],
      +  "type": "object"
      +}
  2. Addedv2.0.3

TDQS

A4/5.0
Behavior3/5

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

The annotations already declare readOnly, idempotent, and openWorld behavior, so the description does not need to restate safety. It does add useful context about the inclusion of VIP discounts and BNB deduction in the returned rate, which goes beyond the annotations and clarifies rate semantics.

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 a single sentence with a clear front-loaded action and the key scope immediately after it. It contains no filler, redundant phrasing, or repetition of schema or annotation details, earning its place efficiently.

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?

This is a simple single-parameter read-only tool, and the description plus the available output schema are sufficient to guide a caller. The only minor gap is that the exact expected symbol format is not specified in the description, but the schema field name and simple shape keep the completeness high.

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?

The schema has no description for the 'symbol' parameter, and schema coverage is 0%. The description compensates by identifying the parameter as the '指定交易对' (specified trading pair), which directly maps to 'symbol'. This gives essential meaning even if it does not specify the exact string format like 'BTCUSDT'.

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 states a specific verb ('返回') and a precise resource: maker/taker rates for a specified trading pair. It also adds detail about VIP discounts and BNB deduction, making it distinct from any market or position-focused sibling tools. There is no ambiguity about what this tool returns.

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 usage: call it to retrieve fee rates for a given trading pair. It does not explicitly discuss when to prefer this tool over alternatives, but no sibling has a similarly direct fee-return purpose, so the context is reasonably inferable. The absence of explicit exclusions or alternative routing keeps it at a mid score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/iuk-ink/binance-mcp-server'

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