Skip to main content
Glama

track_whales

Detect significant capital movements in DeFi pools by monitoring TVL changes exceeding $500K and correlating them with APY fluctuations to identify whale activity.

Instructions

Detect large capital movements (whale activity) across DeFi pools.

Finds pools where TVL changed by >$500K since last snapshot. Reports: pool, direction (inflow/outflow), amount, percentage change, and whether this correlates with APY changes.

First call establishes a baseline; subsequent calls detect actual changes. Also uses APY-change heuristics as a proxy for whale activity.

PRO ONLY — requires PROFITSPOT_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNo
min_tvl_changeNo
timeframeNo24h

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key traits: it's a detection tool (implies read-only), requires a baseline establishment, uses APY-change heuristics, and has a PRO requirement with API key. It also mentions the reporting format (pool, direction, amount, etc.), adding valuable context beyond basic functionality.

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 well-structured and front-loaded, starting with the core purpose. Each sentence adds value: detection criteria, reporting details, usage sequence, heuristics, and requirements. It avoids redundancy, though it could be slightly more concise by integrating some details more tightly.

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?

Given the tool's complexity (detection with heuristics and baselines), no annotations, and an output schema (which handles return values), the description is fairly complete. It covers purpose, usage flow, behavioral traits, and requirements. However, it lacks explicit error handling or rate limit details, which could enhance completeness for a PRO tool.

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 schema has 3 parameters with 0% description coverage, so the description must compensate. It mentions 'TVL changed by >$500K' (mapping to min_tvl_change default) and implies time-based detection, but does not explicitly explain 'chain' or 'timeframe' parameters. The description adds some meaning (e.g., threshold and heuristic context) but does not fully cover all parameters, resulting in a baseline score.

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: 'Detect large capital movements (whale activity) across DeFi pools.' It specifies the exact threshold (>$500K TVL change) and distinguishes itself from siblings like 'analyze_pool' or 'defi_overview' by focusing on capital flow detection rather than general analysis or overview.

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 clear context on when to use this tool: for detecting whale activity based on TVL changes and APY correlations. It mentions 'First call establishes a baseline; subsequent calls detect actual changes,' guiding sequential usage. However, it does not explicitly state when NOT to use it or name alternatives among siblings, though the focus on capital movements implies differentiation from tools like 'calculate_impermanent_loss' or 'simulate_profit.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/omniologynow-rgb/profitspot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server