Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

chainvectorCascadeRisk

Assess liquidation cascade risk to avoid entering against a likely forced-closure wave. Get a 0-100 composite and the side (longs/shorts) at risk, enabling a fade-the-exhaustion setup.

Instructions

ChainVector liquidation cascade risk: 0-100 composite (recent liq burst/rate, OI change, leverage proxy) plus cascade_side — which side (longs/shorts) would be force-closed. Never enter WITH a likely cascade against you; an exhausting cascade is the cascade-fade setup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoBase asset, e.g. BTCBTC
Behavior4/5

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

With no annotations, the description explains the tool's core behavior: it outputs a risk score and indicates which side would be force-closed. It also explains the score's composition. However, it doesn't mention update frequency, latency, or whether the score is historical or real-time, which would be useful but not critical.

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 two sentences, front-loaded with the tool's purpose, then wraps up with actionable trading guidance. Every word earns its place — no filler or redundancy.

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?

Given no annotations or output schema, the description adequately conveys what the tool returns (risk score and side) and why it matters. It could be more precise about interpreting the 0-100 scale or defining 'exhausting cascade,' but it is fundamentally complete for an AI agent to decide when to use it.

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 only parameter 'symbol' is fully described in the schema (default BTC, base asset). The description adds no additional meaning about the parameter, but the schema already provides 100% coverage, so the baseline 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 computes a 0-100 composite liquidation cascade risk score, specifying the components (recent liq burst/rate, OI change, leverage proxy) and the cascade_side output. This distinguishes it from sibling tools like chainvectorLiquidations or chainvectorRiskIndex.

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

Usage Guidelines5/5

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

The description gives explicit when-not-to-use guidance ('Never enter WITH a likely cascade against you') and when-to-use as a signal ('an exhausting cascade is the cascade-fade setup'). This tells an agent exactly when to consult this tool before trading.

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