Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

chainvectorStrategySqueeze

Identifies funding-squeeze setups using extreme funding, squeeze score, and cascade risk to signal forced unwind trades on Binance.

Instructions

Funding-squeeze template: when a crowded side is paying extreme funding, trade in the direction its forced unwind would push price (squeeze_direction). Cascade risk rising alongside a high squeeze score confirms the unwind has started.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoBinance symbol or base assetBTCUSDT
min_scoreNoMinimum aggregate squeeze score to trigger (0-100)
Behavior2/5

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

No annotations are provided, so the description must disclose behavior on its own. It explains the strategy rationale but fails to state what the tool actually returns (e.g., a direction signal, a score), how it handles cases where the minimum score isn't met, or whether it places trades. The imperative 'trade in the direction' is ambiguous about the tool's output or side effects.

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 concise sentences, front-loaded with the template name, and contains no filler. Every clause adds context about the strategy's logic and confirmation signal, making it appropriately sized.

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 the tool has only two parameters and no output schema, the description leaves a critical gap: it never explains what the tool returns or how the output should be interpreted (e.g., 'long'/'short'/'neutral'). This is essential for using the strategy tool correctly, and the description's focus on strategy logic doesn't compensate for the missing operational detail.

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 already provides descriptions for both parameters, and the description adds minimal context by tying min_score to the 'aggregate squeeze score' and mentioning squeeze_direction as an output. It doesn't deepen understanding of parameter semantics beyond the schema, so it earns the baseline 3.

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 identifies this as a funding-squeeze strategy template and explains the trade direction logic, distinguishing it from raw funding/squeeze signal tools like chainvectorFundingSqueeze. However, it does not explicitly state that the tool returns a strategy signal or advice, instead describing the strategy logic in a directive manner.

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 usage when a crowded side pays extreme funding and cascade risk confirms the unwind, but it does not explicitly state when to choose this over other strategy templates (e.g., chainvectorStrategyMomentum) or when not to use it. No alternatives are named, leaving selection guidance implicit.

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