Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

chainvectorOpenInterest

Track open interest history per venue or aggregated over time to assess trend strength by distinguishing new longs from short covering.

Instructions

ChainVector open-interest history: per-venue or aggregated OI over time. OI rising with price = new longs (trend fuel); OI falling on a rally = short covering (weaker move).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoStart time, Unix ms
limitNoMax rows
symbolNoBase asset, e.g. BTCBTC
exchangeNoOne venue id; omit for all
intervalNoBucket, e.g. 5m, 15m, 1h
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 explaining tool behavior, but it only states that the tool returns OI history with per-venue or aggregated granularity. It does not disclose response format, pagination, default intervals, or any safety guarantees. The interpretive sentence addresses data meaning, not tool behavior.

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, with the first sentence immediately stating the resource and scope, and the second adding valuable interpretive context. There is no extraneous wording or repetition of schema details. It is well-structured and quickly readable.

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?

The tool has no output schema and no annotations, leaving the description as the primary source of context, but it omits return structure, row fields, and behavior when no data is found. It provides interpretive meaning but not enough for an agent to know what to expect from the call. For a history tool with five optional parameters, this is insufficient.

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?

All five parameters are documented in the schema with descriptions, so the description does not need to repeat them. The description's mention of 'per-venue or aggregated' aligns with the exchange parameter but adds no new detail beyond the schema's 'omit for all'. No additional parameter semantics are provided.

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 identifies the tool as providing ChainVector open-interest history, with a per-venue or aggregated scope. This distinguishes it from sibling tools like chainvectorLongShort or chainvectorPositioning, which cover other metrics. The interpretive note about OI versus price adds context but the core purpose is 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 usage for open-interest analysis by explaining how to interpret OI changes relative to price, but it does not explicitly state when to use this tool over alternatives or mention any exclusions. No sibling tools are referenced for comparison, so guidance is implied rather than 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