Skip to main content
Glama

Agent Attention Momentum

attention_momentum

Tokens ranked by ACCELERATION of agent attention (query velocity change across three consecutive windows), overlaid with price change over the same window. Divergence classes: early_signal (attention up, price flat — agents researching before the market moves), confirmed_momentum, distribution_risk (attention cooling while price pumps), fading. Proprietary — derived from SolEnrich's own query stream. Windows: 1h, 6h, 24h.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax ranked entries
windowNoWindow size — acceleration compares three consecutive windows of this size6h

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It documents that the tool is proprietary and derived from SolEnrich's own query stream, and it discloses the window semantics (acceleration compares three consecutive windows). However, it doesn't explain what the output format looks like, whether results include divergence classification per token, or how 'attention' is measured/aggregated beyond query velocity.

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 description is compact, front-loaded with the core purpose first, and efficiently packs the divergence classes, data source, and window sizes. It's slightly dense with jargon (early_signal, distribution_risk, fading) but each sentence earns its place. The parentheses definitions help readability.

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

Completeness3/5

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

Given the absence of annotations and output schema, the description provides a reasonable ground floor: it defines the core scoring concept, divergence taxonomy, and window behavior. However, for a ranked-momentum tool with nuanced signal classes, the description doesn't clarify what the returned data structure contains (per-token class labels? raw values?) or how an agent should interpret/combine the divergence classes. It's adequate but leaves interpretive gaps.

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 description adds value by explaining the window parameter semantics ('acceleration compares three consecutive windows of this size'). The description also mentions divergences and windows (1h, 6h, 24h) which aligns with the schema. However, no additional meaning is added for the limit parameter beyond its schema description, which is adequate given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool ranks tokens by acceleration of agent attention overlaid with price change, with specific divergence classes. It identifies the resource (tokens) and the action (rank by momentum). It doesn't explicitly distinguish from siblings, though the proprietary 'SolEnrich query stream' angle does differentiate its data source from other market tools.

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 explains the divergence classes and the underlying mechanism (agents researching before market moves), which implies when it's useful. However, it doesn't explicitly state when to use this vs sibling tools like token_trend, trending_signals, or consensus_signal, nor does it give exclusion criteria. The proprietary/unique-signal framing gives context but not explicit alternatives.

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.6/5.0
Disambiguation3/5

With 32 tools, several have overlapping purposes, such as wallet_history vs portfolio_history (both track wallet portfolio over time) and smart_money_flow vs smart_money_trenches (both follow smart money movements). However, most tools have clearly distinct scopes, and detailed descriptions help differentiate them.

Naming Consistency5/5

All tool names follow snake_case with a predictable verb_noun or noun phrase pattern (e.g., enrich_token, compare_wallets, perps_market_trend). The consistent structure makes the set easy to navigate, even the 'perps_' prefix group is uniform.

Tool Count2/5

32 tools is well above the 25-tool threshold, making the surface feel heavy. While the breadth reflects the wide domain of Solana analytics, the sheer number can overwhelm agents and increase the chance of selecting the wrong tool.

Completeness4/5

The tool set covers most aspects of Solana token/wallet/perp analysis, including enrichment, comparison, trend tracking, smart money flows, and perp market structure. Minor gaps exist, such as no direct historical OHLCV endpoint, but the existing tools handle core workflows well.