Skip to main content
Glama
SamerElhamdo

Binance Futures MCP Server

by SamerElhamdo

change-margin-type

Change margin type between Cross and Isolated for a Binance USDⓈ-M Futures symbol. Use isolated margin to limit risk to the specific position.

Instructions

Change margin type between Cross and Isolated for a symbol on Binance USDⓈ-M Futures. Isolated margin limits risk to the specific position.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTrading pair symbol (e.g., BTCUSDT, ETHUSDT)
marginTypeYesISOLATED for isolated margin, CROSSED for cross margin

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.1

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not mention whether the change requires existing positions to be closed, whether it affects open orders, what permissions are needed, or whether the change is reversible. The only behavioral hint is a general property of isolated margin, not the tool's operational behavior.

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 the core action and platform, followed by a brief explanatory note. No wasted words; every sentence contributes to understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with no annotations and no output schema, the description is incomplete. It omits critical operational context such as whether positions must be flat, potential side effects on existing orders, authentication requirements, or error conditions. The added sentence about isolated margin is helpful but insufficient.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already documents both parameters with examples and enum meanings. The description adds no parameter-level detail beyond what the schema provides, aligning with the baseline score of 3 when schema does the heavy lifting.

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 (change) and resource (margin type), names the exact platform (Binance USDⓈ-M Futures) and the values (Cross and Isolated), which matches the enum in the schema. It distinguishes itself from sibling tools like change-leverage or modify-position-margin by focusing squarely on margin type.

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 the action's context but does not explicitly say when to use this tool versus alternatives such as modify-position-margin or change-leverage. The added note about isolated margin limiting risk provides some strategic rationale but no exclusions or alternative routing.

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