Skip to main content
Glama

whale-radar

Analyze Polymarket whale activity from a proxy wallet: view recent trades, open positions, and whale tier for copy-trading signals or market sentiment insights.

Instructions

Polymarket whale intelligence for a given proxy wallet address. Returns recent prediction-market trades (market title, outcome, side, size in USDC, price, timestamp) and current open positions (title, size, avg price, current value, unrealized PnL). Infers whale tier (whale/shark/dolphin/minnow) from trade sizes. Use for copy-trading signal generation, market-sentiment cross-reference, or on-chain agent behavior profiling. Free upstream: Polymarket public data API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletNoPolymarket proxy wallet address (0x, 42 hex chars). Obtain from recent Polymarket trades or on-chain Polygon activity. Example: 0x7a9dc87be2c72791fd86fad5f67be7c5dc89ba5d
activity_limitNoMax recent trades to return (1–50, default 10).
positions_limitNoMax open positions to return (1–50, default 10).
include_closedNoIf true, include zero-value (closed/redeemable) positions. Default false.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states it returns data and infers tier, but does not disclose whether the tool is read-only (no mutation mentioned), any rate limits, authentication requirements, or data freshness. It mentions 'Free upstream: Polymarket public data API' which indirectly suggests no auth, but not explicitly.

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 dense but efficient, front-loading the purpose and return details. Every sentence adds value, though the list of use cases could be slightly more concise. No repetition or fluff.

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 adequately explains the return fields (trades with market title, outcome, side, size in USDC, price, timestamp; open positions with title, size, avg price, current value, unrealized PnL). It also covers the inferred whale tier. Missing error handling or behavior for invalid wallets, but overall complete for a data retrieval 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 input schema covers all 4 parameters with descriptions (100% coverage), so the description adds minimal parameter-specific meaning beyond a wallet example. The description does not elaborate on parameter types, constraints, or interactions beyond what the schema already provides.

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 as providing Polymarket whale intelligence for a specific proxy wallet address, listing the exact data returned (trades and open positions with fields) and the whale tier inference. It distinguishes from siblings by focusing on a single wallet's activity and tier classification.

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 mentions use cases (copy-trading signal generation, market-sentiment cross-reference, on-chain agent behavior profiling) but does not provide guidance on when to avoid this tool or contrast with sibling tools like `polymarket-whale-entries` or `polymarket-intel`. It implies usage context but lacks explicit alternatives or exclusions.

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/thebrierfox/the-stall'

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