Skip to main content
Glama
iuk-ink

Binance MCP Server

撤销条件单

trading_cancel_algo
Destructive

Cancel a conditional or algorithmically placed order on Binance Futures by providing either clientAlgoId or algoId.

Instructions

撤销条件单。clientAlgoId 与 algoId 二选一。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
algoIdNo
clientAlgoIdNo

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 / algoId / description
      Removed value: -"算法订单ID"
    • removedInput schema / properties / clientAlgoId / description
      Removed value: -"自定义算法订单ID"
  2. Addedv2.0.3

TDQS

B3.1/5.0
Behavior2/5

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

The description adds no behavioral detail beyond what annotations already convey: readOnlyHint is false and destructiveHint is true. It does not mention irreversibility, what happens on success/failure, or any side effects after the cancel request. The description is consistent with the annotations, so there is no contradiction.

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 that front-loads the purpose and then adds the key parameter constraint with no redundant filler. Every part earns its place.

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

Completeness3/5

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

For a two-parameter destructive tool and no output schema, the description captures the essential: cancel the conditional order and provide one of two identifiers. However, it lacks guidance on behavior for invalid identifiers, both-or-neither ID cases, and possible response behavior, so the invocation context is only minimally complete.

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?

With 0% schema description coverage, the description must compensate. It adds the crucial one-of relationship ('clientAlgoId 与 algoId 二选一'), which is not visible in the input schema. However, it does not define what each ID represents or how they differ, leaving partial semantic burden on the parameter names alone.

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 explicitly states the action ('撤销条件单' = cancel conditional order), naming the resource type as conditional/algorithmic orders. This clearly differentiates it from regular order cancellation tools like trading_cancel_order, but it does not explicitly named-and-distinguish sibling tools.

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

Usage Guidelines2/5

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

The description only gives the parameter constraint that clientAlgoId and algoId are mutually alternative; it does not say when to use this tool rather than trading_cancel_all or trading_cancel_order, nor what to do if the order was already filled or does not exist. There is essentially no play/sibling guidance.

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