Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

chainvectorPredictionsStability

Evaluate prediction-market quote stability and momentum over 30s/1m/5m windows. Use stability_score (0-100) and momentum_score (-100..100) to flag churning or adverse repricing as an entry veto.

Instructions

ChainVector prediction bid-price stability for one market: stability_score 0-100 (100 = tight frozen quote — the crowd agrees) and signed momentum_score -100..+100 (YES-mid repricing speed) over 30s/1m/5m windows. A churning or adversely-repricing quote is an entry veto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
venueNoPrediction venuepolymarket
market_idYesVenue market id
Behavior4/5

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

With no annotations, the description carries the full burden. It transparently explains what the scores mean (0-100 for stability, -100..+100 for momentum, 30s/1m/5m windows) and the behavioral interpretation. It does not cover edge cases like missing data or error conditions, but for a read-only analytical tool, the provided context is strong.

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 no wasted words. The first sentence packs the metric definitions and window options; the second provides actionable guidance. It is front-loaded and efficient.

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

Completeness5/5

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

There is no output schema, so the description must explain return values. It fully covers the score names, ranges, semantics, and time windows. Given only two straightforward parameters, the description is complete for selecting and invoking the tool.

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?

Schema description coverage is 100%: venue and market_id are already self-explanatory. The description adds no further parameter-specific meaning beyond the schema, so baseline 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 specifies the tool's focus: 'ChainVector prediction bid-price stability for one market'. It defines the core outputs (stability_score and momentum_score) with ranges and meanings, which distinguishes it from sibling tools like chainvectorPredictionsQuotes or chainvectorMomentum by targeting bid-price stability specifically.

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

Usage Guidelines4/5

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

The description provides a clear decision rule: 'A churning or adversely-repricing quote is an entry veto.' This implies using the tool as a pre-entry stability check and indicates when to avoid entering. However, it does not explicitly discuss alternatives or when-not-to-use scenarios relative to sibling tools.

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