Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

BinanceFutureCancelAlgoOrder

Cancel an active algorithmic order on Binance Futures USDⓈ-M using its algo ID to stop automated trading and prevent unwanted fills.

Instructions

The Cancel Algo Order API allows users to cancel an active algorithmic order on USDⓈ-M Contracts in Binance Futures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
algoIdYesAlgo order ID (e.g., 14511)
recvWindowNoTime window for request validity
Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It indicates the order must be active, but does not disclose side effects (e.g., permanence), required permissions, rate limits, or response behavior. This is a significant gap for a mutating API.

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?

One concise sentence that is front-loaded with the action and scope. No unnecessary words or repetition of the tool name. It is appropriately sized for a simple cancel operation.

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?

Given no annotations and no output schema, the description is incomplete. It does not explain return values, error cases, required permissions, or confirm that the order is canceled immediately. For a mutation tool, this lacks crucial operational context.

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 description coverage is 100%, with both 'algoId' and 'recvWindow' having descriptions. The tool description adds no parameter-level detail beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 clearly states the tool cancels an active algorithmic order on USDⓈ-M Contracts in Binance Futures. The verb 'cancel' and resource 'active algorithmic order' are specific, and the USDⓈ-M scope distinguishes it from spot algo order tools like BinanceSpotCancelOpenTWAPOrder.

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?

The description gives clear context: it is for canceling active algo orders specifically on USDⓈ-M Futures, implying use when an algo order needs to be removed. It doesn't explicitly mention alternatives or exclusions, but the scope differentiates it from spot order cancellation tools. This is clear but not fully explicit.

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

Install Server

Other Tools

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/C0inFlips/binance-mcp-chainvector'

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