Skip to main content
Glama

Token Deep Dive

research_token_view
Read-only

Aggregated single-coin dossier: market data (spot/perp price, funding, market-wide OI, long/short, liquidations — the same enriched line as market_quotes), global market context (dominance, Fear & Greed), multi-timeframe technicals computed in-house from candles (4h + 1d: RSI, EMA/SMA, MACD, ATR, Bollinger, ADX, trend — the same numbers as ta_technicals), on-chain TVL/fees (when the symbol is a tracked chain), news, a grounded narrative synthesis with citations, upcoming catalyst events, social sentiment, ETF flows, prediction-market odds, live provider coverage, and a per-section status list that distinguishes an empty section from a failed feed — for one symbol (e.g. 'ETH').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesCoin symbol, e.g. 'ETH' or 'BTC'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
newsNo
marketNoSame shape as one market_quotes item; omitted when no provider covers the symbol
socialNo
symbolYes
etfFlowNo
onChainNo
sectionsNoPer-section outcome, so an empty section can be told apart from a failed feed. Check this before reading an empty array as a real absence.
catalystsNo
narrativeNo
technicalsNoIn-house per-timeframe snapshots; same item shape as ta_technicals's timeframes. Empty when no timeframe could be analyzed.
marketContextNoSame shape as market_overview
providerCoverageNo
predictionMarketsNo

TDQS

A4.4/5.0
Behavior5/5

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

Well beyond the readOnlyHint annotation, the description discloses that technicals are 'computed in-house from candles' (provenance), that on-chain data is conditional ('when the symbol is a tracked chain'), that the narrative is 'grounded ... with citations' (generative behavior), and that a per-section status list 'distinguishes an empty section from a failed feed' (failure semantics). The 'same ... as' cross-references are consistency guarantees. No contradiction with annotations.

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?

The core purpose is front-loaded and every clause carries distinct information — each enumerated data type maps to a sibling tool or a behavioral caveat. However, it is one extremely long run-on sentence with heavy em-dash packing; a bulleted or sectioned structure would improve scannability without losing information.

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?

For a tool aggregating roughly fifteen data types with an output schema present, the description covers the full content breadth, conditional availability, computation provenance, consistency with sibling tools, and per-section failure signaling. Nothing an agent needs to predict the tool's behavior or interpret its output sections is omitted.

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 100% and the schema already documents symbol with examples ('ETH', 'BTC'). The description reinforces the single-symbol scope ('for one symbol') but adds essentially no new parameter semantics beyond what the schema provides, so the baseline of 3 applies.

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 opens with a precise verb+resource ('Aggregated single-coin dossier') and exhaustively enumerates the content sections. It actively distinguishes itself from siblings by cross-referencing 'the same enriched line as market_quotes' and 'the same numbers as ta_technicals', so an agent can tell this aggregation tool apart from the single-purpose tools without opening their schemas.

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 aggregation framing plus 'for one symbol (e.g. 'ETH')' makes the intended use clear: a comprehensive single-symbol overview. It names the overlapping siblings (market_quotes, ta_technicals) and signals that their data is duplicated here. However, it never states an explicit when-not condition, e.g. that an agent needing only the current price should call market_quotes directly instead of this heavier tool.

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

A4/5.0
Disambiguation4/5

Tools are grouped by clear prefixes and mostly target distinct resources; market_quotes vs research_token_view, market_top_movers vs market_trending, and funding_current vs market_quotes have some field or purpose overlap, but descriptions draw enough scope boundaries for an agent to choose correctly in most cases. No two tools are truly interchangeable.

Naming Consistency5/5

All 30 tool names use lowercase snake_case with a consistent domain-prefix convention such as market_, flow_, research_, sentiment_, and catalysts_, making the surface predictable. Even helpers like utc_time and risk_position_size fit the same noun-oriented pattern without style mixing.

Tool Count2/5

At 30 tools this set crosses the 'too many' threshold, and several tools reproduce data already available through broader ones such as research_token_view and market_quotes. The breadth is defensible for a crypto-research platform, but the surface feels heavy and could be consolidated.

Completeness5/5

The tool set covers the read-only crypto research workflow thoroughly: market data, candles, derivatives, funding, OI, order book, whale flows, ETF flows, on-chain metrics, news, sentiment, prediction odds, technicals, regime/positioning scans, and position sizing. It also includes health and UTC helpers that close practical workflow gaps, with no obvious dead ends.

Resources