Skip to main content
Glama

Whale flow by sector

whale_sectors
Read-onlyIdempotent

Where whale money is moving between sectors (L1, L2, DeFi, memes, AI and the rest) in the radar window: net direction per sector, its share of tagged flow and the coins carrying it. Use it for "which sectors are whales rotating into", "is money leaving memes". Keyless returns direction, share and coins; Starter adds the dollars. Descriptive market data only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowNoRadar window to aggregate. Defaults to 24h.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowNoThe radar window aggregated.
sectorsNosector, dir (in/out), coin_count, share_pct, coins; net_usd, buy_usd, sell_usd from Starter.
summaryNoThe answer in one plain sentence, computed from the fields below. Open the reply with this, then let the numbers back it up. Null only when there was nothing to summarise.
upgradeNoPresent on the free shape: the plan that adds the dollars.
availableNoFalse when the radar snapshot is not published.
coverage_pctNoShare of flow that carries a sector tag.
magnitudes_withheldNoTrue on the free shape: dollars omitted, direction and coins kept.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations: it clarifies that output varies by access level ('Keyless returns direction, share and coins; Starter adds the dollars') and labels the data as 'Descriptive market data only', which sets expectations about the non-account-specific nature of the response.

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 and front-loaded with the core purpose. The three sentences each add distinct value: scope+outputs, use cases, and access-tier behavior. The phrasing is slightly dense in the first sentence due to the colon-separated list, but it remains efficient and free of filler.

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 simple one-parameter tool with an output schema present, the description covers purpose, example questions, key output fields, and access-level behavior. It lacks an explicit note on how to interpret 'net direction' (e.g., bullish/bearish values), but the output schema likely covers return values, so no critical information is missing for an agent to use the tool correctly.

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?

The input schema documents the single window parameter with complete coverage, including its enum values and default, so the baseline is 3. The description references 'radar window' in context, which reinforces the schema meaning, but it does not provide additional semantic detail beyond what the schema already gives. No further compensation is needed given 100% schema coverage.

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 states the tool's purpose with a specific verb context ('where whale money is moving between sectors') and enumerates the exact outputs (net direction, share of tagged flow, coins). It distinguishes itself from sibling tools like whale_flow by focusing on sector-level rotation, and lists concrete sector examples, making the scope unmistakable.

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 provides explicit example questions the tool answers ('which sectors are whales rotating into', 'is money leaving memes'), which communicates the intended use context clearly. It does not explicitly compare against alternatives or state when not to use it, but the sector-level framing is strong enough to guide an agent toward appropriate scenarios.

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.

Resources