Skip to main content
Glama

Market and Regulatory Data Feeds — Zinin M2M Hub

Whale Wallet Tracker

whale-wallet-tracker
Read-only

Track large native ETH and ERC-20 token movements for any wallet(s) via Etherscan's multichain API (bring your own key). Get current balance, flagged transfers above your ETH threshold, and recent token transfer activity — one row per wallet. No RPC node, no wallet-connect, no browser. — $0.01/call, x402 (USDC on base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainIdNoEVM chain ID. Keyless (Blockscout) supports 1 = Ethereum, 10 = Optimism, 100 = Gnosis, 137 = Polygon, 8453 = Base, 42161 = Arbitrum. Any other chain needs an Etherscan API key.
walletsYesWallet addresses to track (0x... on any EVM chain supported by Etherscan v2). One row per wallet.
minValueEthNoFlag native transactions moving at least this much ETH (or the chain's native coin) as a "large movement".
maxConcurrencyNoHow many wallets to check in parallel. Keep this low on Etherscan's free tier to avoid rate-limit errors.
etherscanApiKeyNoOptional. Leave empty to use a free keyless Blockscout explorer. Provide your own Etherscan key (https://etherscan.io/myapikey) for higher rate limits or a chain not covered keyless. Billed against YOUR quota.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already convey readOnlyHint=true and destructiveHint=false. The description adds useful behavioral context: the call cost ($0.01/call), payment method (x402 on Base), and a warning about rate limits ('Keep this low on Etherscan's free tier to avoid rate-limit errors'). It does not contradict annotations. It could further disclose error handling or rate-limit behavior, but the added value is substantial.

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 description is a single paragraph of four sentences with no redundant words. It front-loads the core purpose and then efficiently covers output format, prerequisites, and cost. Every sentence adds value, making it concise without losing clarity.

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 no output schema, the description explains what the tool returns: current balance, flagged transfers, and recent token transfers, one row per wallet. It also mentions the payment model and intended usage context. However, it lacks details on the exact format of the output (e.g., whether balances are numerical or structured) and does not address edge cases like empty results or API errors. Slightly more detail would make it fully complete.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds meaning beyond the schema by explaining the purpose of 'minValueEth' ('Flag native transactions moving at least this much ETH') and giving usage guidance for 'maxConcurrency' ('Keep this low on Etherscan's free tier'). It also contextualizes the 'etherscanApiKey' parameter with 'bring your own key' vs keyless Blockscout. This elevates the score above baseline.

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 uses a specific verb ('Track') and clearly defines the resource ('large native ETH and ERC-20 token movements for any wallet(s)'). It distinguishes itself from siblings by listing what it does not require ('No RPC node, no wallet-connect, no browser') and mentions the API source (Etherscan multichain API). This makes the tool's purpose unambiguous and distinct among blockchain-related sibling tools.

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 states when to use the tool ('Track large native ETH and ERC-20 token movements') and the output format ('one row per wallet'). It implies the user needs an Etherscan API key or can use a keyless explorer. However, it does not explicitly contrast with sibling tools like 'wallet-airdrop-profile' or 'insider-trading-tracker', nor does it state when not to use this tool. The context is clear but lacking explicit exclusions.

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

B3.4/5.0
Disambiguation2/5

Many tools have overlapping purposes, with over a dozen real-estate scrapers and half a dozen job boards differentiated only by geography. While descriptions are clear, an agent would struggle to pick the correct tool without prior knowledge of the specific site or region, leading to frequent misselection.

Naming Consistency2/5

Tool names use a mix of lowercase-hyphenated (boss-az, clinical-trials-monitor), underscore (pricing_info), and long descriptive phrases (official-gazette-regulatory-action-router). No consistent verb_noun pattern exists; some start with source domains, others with action nouns. This lack of predictability makes navigation confusing.

Tool Count3/5

36 tools is on the heavy side for a server that could have been more focused. While a 'data hub' can justify many endpoints, the high number of near-identical scrapers (12+ real estate, 6+ job boards) suggests bloat rather than well-scoped functionality. A leaner set with parameterized regional filters would be more appropriate.

Completeness2/5

The claimed domain 'Market and Regulatory Data Feeds' is poorly served: there are no stock/forex/commodity price feeds, few global regulatory sources (only FDA, SEC, EU tenders), and many tools are for job and property listings which are tangential. The set feels like a random aggregation rather than a coherent surface, with obvious gaps for core market and regulatory data.

Resources