Skip to main content
Glama
iuk-ink

Binance MCP Server

持仓模式

trading_position_mode

Query or change Binance futures position mode: set dual to true for Hedge or false for One-way. Without dual, returns the current mode.

Instructions

查询并切换持仓模式。dual=true 双向(Hedge),false 单向(One-way)。缺省 dual 时仅查询。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dualNo

Schema Changelog

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

  1. Changed4 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"
    • addedInput schema / properties / dual
      Added value: +{
      +  "type": "boolean"
      +}
    • removedInput schema / properties / dualSidePosition
      Removed value: -{
      -  "description": "持仓模式 true=双向 / false=单向",
      -  "enum": [
      -    "true",
      -    "false"
      -  ],
      -  "type": "string"
      -}
    • removedInput schema / required
      Removed value: -[
      -  "dualSidePosition"
      -]
  2. Addedv2.0.3

TDQS

A4.3/5.0
Behavior4/5

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

The description adds an important conditional behavior: without dual it is a read-only query with dual it changes mode. This is consistent with readOnlyHint=false and gives the agent a meaningful distinction beyond static annotations.

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 short sentences carry the action, the mode mapping, and the no-parameter behavior. It is front-loaded and contains no waste.

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?

The description covers all usage branches and the sole parameter. It would be more complete if it described the return shape or mentioned whether switching can be blocked by existing positions, but these are minor for such a small tool.

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

Parameters5/5

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

The schema document has 0% coverage for the only parameter. The description compensates fully by explaining true false and the omitted case for dual, leaving no ambiguity about how to invoke the tool.

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 states a precise verb and resource: query and switch position mode, and defines the two modes. It does not explicitly contrast itself with sibling toolers, but the resource 'position mode' is clear and distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives clear usage context: omit dual to query, provide dual to switch. It stops short of 5 because it does not mention exclusions or alternatives such as trading_positions or trading_set_margin_type.

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