Skip to main content
Glama

Get OI Divergence

get_oi_divergence
Read-only

Price-vs-OI regime per coin from our continuous snapshots: NEW_LONGS / SHORT_SQUEEZE / NEW_SHORTS / LONG_LIQUIDATION. Scan all tracked coins or analyze one. Impossible without OI history, which no public API provides — only predmcp records it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoOne coin (e.g. "BTC") — omit to scan all tracked coins
hoursNoLookback window in hours (default 24, max 90d)

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the tool is safely read-only with variable output. The description adds that it uses 'continuous snapshots' and relies on OI history unique to predmcp, but does not detail how often snapshots update or how regimes are determined. Behavior is adequately disclosed but not richly detailed.

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?

Two concise sentences: first describes purpose and output categories, second emphasizes data uniqueness. Every word contributes value; no fluff.

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 output schema, the description lists the four possible regime outputs and explains usage modes. It could specify the return format (e.g., per coin object or list), but for a classification tool, this is sufficiently complete. Minor gap in data structure details.

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%: both 'coin' and 'hours' have descriptions. The description reinforces that 'coin' can be omitted for scanning all coins, but adds no additional meaning beyond the schema. 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?

Description clearly states the tool provides a price-vs-OI regime classification per coin, listing the four output categories (NEW_LONGS, SHORT_SQUEEZE, NEW_SHORTS, LONG_LIQUIDATION) and two usage modes (scan all or one coin). It also distinguishes itself by noting the unique OI history data source, differentiating it from siblings.

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?

Description indicates when to use: for OI divergence regime analysis, with options to scan all tracked coins or analyze a specific one. It implicitly suggests this tool is for specialized OI-based regime detection, but does not explicitly state when not to use or compare to alternative tools like 'get_oi_history' or 'get_signals'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation3/5

Many tools are specialized, but several pairs have fuzzy boundaries: e.g., get_funding_rates vs get_top_funding_rates, get_basic_macro vs get_macro_context, get_simple_iv vs get_options_iv. An agent could easily select the wrong one.

Naming Consistency4/5

Most tools follow a 'get_X' pattern with descriptive noun phrases. There are a few exceptions like 'create_api_key' and 'search_markets', but overall the convention is consistent and readable.

Tool Count2/5

With 47 tools, the server is overloaded. While the domain is broad, this many tools makes discovery and selection difficult for an agent, reducing coherence.

Completeness5/5

The tool set covers an impressively wide range: macro data, funding, prediction markets, OI history, whale tracking, risk analytics, position sizing, backtesting, and signal generation. It leaves no obvious gaps for a crypto trading assistant.