Skip to main content
Glama

getWhaleMovements

Track large token transfers (whale movements) across EVM chains to monitor exchange inflows/outflows and analyze summary statistics for high-value transactions.

Instructions

대규모 토큰 전송(고래 이동)을 추적합니다. 거래소 입출금 방향 판정, 요약 통계 포함

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYes토큰 심볼 (USDC, USDT) 또는 contract address
chainNoEVM 체인ethereum
minValueUsdNo최소 USD 금액 (기본: $100,000)
limitNo반환할 최대 이동 수 (기본: 10)
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden and adds valuable behavioral context: exchange deposit/withdrawal direction determination and summary statistics. However, it omits critical safety and operational characteristics (read-only status confirmation, rate limits, data freshness) that agents require when annotations are absent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The single-sentence description packs three distinct informational elements (tracking capability, exchange analysis feature, summary statistics) with zero redundancy. The information is front-loaded and every clause contributes unique functional context while maintaining exceptional brevity appropriate for the tool's scope.

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 full input schema coverage but no output schema, the description partially compensates by mentioning return characteristics (summary statistics, direction determinations). However, for a 4-parameter blockchain analysis tool without annotations, it should ideally disclose output structure, pagination behavior, or data freshness to be fully complete.

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 achieves 100% description coverage with clear documentation for all four parameters including token symbols, chain enums, and thresholds. Since the schema fully documents all parameters, the description appropriately relies on this structured documentation without redundancy, meeting the baseline expectation for high-coverage schemas.

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 employs a specific action verb '추적합니다' (tracks) targeting '대규모 토큰 전송' (large-scale token transfers/whale movements), clearly identifying the resource and operation. It effectively distinguishes from siblings like `getTokenTransfers` by specifying unique whale-specific analysis features including exchange deposit/withdrawal direction determination.

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 implies usage scenarios through mention of exchange direction analysis and summary statistics, but lacks explicit guidance on when to prefer this tool over `getTokenTransfers` or other monitoring alternatives. No explicit 'when-not-to-use' criteria or sibling comparisons are provided.

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/calintzy/evmscope'

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