Skip to main content
Glama

marketsummary__get_whale_alerts

[marketsummary] Recent large on-chain moves from the whale feed: which tokens whales are moving, the USD size, and the direction (exchange in or out). Optionally filter by ticker. Free shows the count and the top few (ticker, direction, size); premium unlocks the full board with counterparties via session_token (from verify_wallet_ownership) OR an x402 payment proof. Public whale data. Not financial advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerNo
paymentNo
session_tokenNo

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses the free vs. premium tier difference, the authentication methods (session_token from verify_wallet_ownership or x402 payment proof), and that the data is public. It does not mention rate limits or exact failure modes, but it adequately sets expectations for a read-only data query.

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 front-loaded with the primary purpose and covers necessary details. The middle sentence is somewhat long and packs multiple ideas, but every sentence contributes meaningful information without excessive verbosity.

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?

The description covers the tool's output content, free/premium behavior, authentication, and public data status. With no output schema, this is sufficient context for an agent to select and invoke the tool. Minor gaps exist, such as not detailing the exact response format or pagination, but these are not critical for this use case.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only parameter names and defaults with no descriptions (0% coverage). The description compensates fully by explaining ticker as an optional filter, and both session_token and payment as premium access mechanisms, even specifying where session_token comes from. This is excellent value beyond the schema.

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 identifies the tool's function: retrieving recent large on-chain whale moves, including tokens, USD size, and direction. It distinguishes itself from sibling market data tools by focusing specifically on the whale feed and provides concrete details about the data returned.

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 conveys a clear use case (monitoring whale activity) and mentions optional ticker filtering, plus premium vs. free access via session_token or payment. However, it does not explicitly name alternative tools or state when not to use this tool, so it stops short of full usage guidance.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct metric or action: attention shifts, buzz score, trending, and narrative tracking measure different facets; longs, shorts, and setups use different strategies; market regime, breadth, and summary are clearly separated. No two tools appear to produce the same output.

Naming Consistency5/5

All tools follow a consistent pattern: a subsystem prefix (marketsummary__, tokensafety__, verify__) followed by an imperative verb_noun in snake_case. Verbs are predictable (get, find, track, ask, check, request, verify) and objects are clear, making the naming highly uniform.

Tool Count4/5

24 tools is above the typical 3-15 range, but the server covers a broad market-intelligence domain with distinct feature areas. The tools are namespaced by subsystem, which helps agents navigate, but the volume still adds selection overhead.

Completeness4/5

The set covers market analysis, trending, sentiment, trade setups, token safety, and wallet verification for premium access. Minor gaps exist (e.g., no direct price/OHLC tool or token search), but agents can work around them using the provided tools.

Resources