Skip to main content
Glama

tengu_v3_crypto_derivatives_vol_surface

Call this for the OPTIONS market's view — the implied-volatility surface for BTC or ETH from one full-chain read (~1,000 instruments): ATM term structure (7d/30d/90d), 10%-OTM put−call skew at 30d (a moneyness proxy, labelled as such — not delta-space), put/call open-interest ratio, max pain per expiry, plus the 30-day implied-vol index and realised vol as a VOLATILITY RISK PREMIUM: iv_rv_ratio < 1 means the market is pricing LESS movement than it is realising. Expiries with < 6 strikes are typed missing, never noise. Deep chains exist for BTC and ETH only; other currencies report thin. DATA context, not a score. Auth: X-API-Key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoBTC
asset_classNocrypto

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations, the description must carry the full burden and it excels: it reveals scale (~1,000 instruments, one full-chain read), disloses the skew caveat (moneyness proxy, not delta-space), defines missing-data behavior (expiries with < 6 strikes are typed missing, never noise), flags coverage limits, and specifies authentication (Auth: X-API-Key). It even interprets the iv_rv_ratio field. Nothing is hidden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Purpose is front-loaded and every sentence carries information — scope, contents, caveats, coverage, data-vs-score nature, auth. It is dense but not bloated, and the length is justified because there is no output schema for the description to defer to.

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?

For a tool with no output schema and no annotations, the description is remarkably complete: it lists the returned fields, explains the missing-expiry semantics, describes coverage, and states auth. Minor gaps are the lack of an explicit output format/units statement and no explicit param-by-name documentation.

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 coverage is 0%, so the description must compensate. It does partially by signalling that BTC/ETH have deep chains while other currencies are thin, which informs the symbol parameter. But it never explicitly ties the text to symbol or asset_class by name, and asset_class is documented only by the schema's enum and default.

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 states a specific verb (call) and resource (the implied-volatility surface for BTC or ETH options) and enumerates its contents (ATM term structure, skew, open-interest ratio, max pain, IV index, realised vol). It clearly distinguishes itself from derivative siblings like basis/funding/open_interest by positioning itself as 'the OPTIONS market's view'.

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?

'Call this for the OPTIONS market's view' is an explicit when-to-use trigger, and 'DATA context, not a score' provides a when-not-to-use exclusion. Coverage guidance ('Deep chains exist for BTC and ETH only; other currencies report thin') further directs symbol choice. However, no alternative tool is named explicitly, so it stops short of the top score.

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

C2.9/5.0
Disambiguation2/5

With 336 tools, there is substantial overlap. Over a dozen health/status tools share nearly identical 'is the system healthy?' descriptions (e.g., tengu_status, tengu_ready, tengu_ml_health, tengu_v3_system_health, tengu_v3_stream_status), and multiple single-ticker analysis (tengu_ml_predict, tengu_copilot_score_ticker, tengu_v3_intel_ml_prediction) and top-picks (tengu_copilot_top_picks, tengu_ml_top_picks, tengu_v3_trade_setups) tools have poorly defined boundaries. Agents would frequently misselect.

Naming Consistency2/5

The server mixes no-version (tengu_crypto), v2 (tengu_v2_drift), v3 (tengu_v3_intel_*), and copilot (tengu_copilot_*) families, and within families there is inconsistent verb/noun ordering (tengu_v3_research_fetch_url vs tengu_v3_news_summary). While subfamilies like tengu_v3_private_markets_* are internally consistent, the overall naming pattern is chaotic and unpredictable.

Tool Count1/5

336 tools is far beyond any reasonable tool set size, even for an all-in-one financial data platform. This extreme count creates choice paralysis, high latency in tool selection, and makes the server effectively unusable for autonomous agents. The calibration guideline marks 50+ as extreme; this is nearly 7x that threshold.

Completeness4/5

The platform covers a vast domain: equity and crypto prices, fundamentals, insider trading, options, news (including crypto and FX), private markets, streaming data, risk metrics, and execution planning. There are minor gaps (no direct multi-ticker comparison tool, no order placement), but the surface is remarkably comprehensive for an analysis-focused server.