Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

BinanceRedeemFlexibleProduct

Redeem funds from a Binance Flexible Earn product via API. Specify product ID, amount, redeem all option, and destination account to control the withdrawal.

Instructions

Allows users to redeem their funds from a Flexible Earn investment product using a programmatic HTTP POST request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoIf redeemAll is false, amount is mandatory
productIdYesProduct ID
redeemAllNotrue or false, default to false
recvWindowNoTime window for request validity
destAccountNoDestination account: SPOT or FUND; default is SPOT
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions that the request is an HTTP POST, but does not disclose that redemption moves funds, may be irreversible, requires an existing position, or can fail due to insufficient balance. This is a significant gap for a financial write operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is easy to parse and front-loaded with the action. However, the phrase 'using a programmatic HTTP POST request' is generic and adds little value for tool selection, though it does not detract much.

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?

Given the tool has 5 parameters and no output schema, the description is adequate for understanding the core purpose but lacks operational details such as return behavior, error conditions, and the relationship between amount and redeemAll. The schema covers parameter syntax but not the broader context of how redemption works.

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?

The input schema provides descriptions for all five parameters (100% coverage), so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already states, such as how amount and redeemAll interact.

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's action ('redeem') and resource ('funds from a Flexible Earn investment product'), making it distinct from siblings like BinanceSubscribeFlexibleProduct and BinanceGetFlexibleProductPosition. The verb-resource pair is specific and unambiguous.

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 tool should be used when users want to redeem funds from a Flexible Earn product, but it does not explicitly mention when to use it versus alternatives or provide any prerequisites. No exclusions or context such as 'use after subscribing' or 'use to withdraw' is given.

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