Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

polymarket_leaderboard

Retrieve normalized Polymarket trader leaderboard rows sorted by profit or volume for customizable time windows.

Instructions

List Polymarket leaderboard rows. Returns normalized trader leaderboard rows from Polymarket's credential-free Data API leaderboard JSON. The window enum accepts 1d, 7d, 30d, and all; the sort_by enum accepts profit and volume.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum rows, defaults to 20 and supports up to 100
sort_byNoLeaderboard sort
windowNoLeaderboard time window
Behavior4/5

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

With no annotations, the description carries full burden. It reveals that the API is credential-free, returns normalized rows, and explicitly lists enum values for window and sort_by. However, it does not mention rate limits or pagination behavior, but for a simple read-only tool this is adequate.

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?

Three sentences with no wasted words: first states purpose, second adds source/processing context, third lists parameter specifics. Highly efficient and front-loaded.

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 listing tool with 3 basic parameters and no output schema, the description covers purpose, source, processing (normalized), and parameter values. It does not describe the exact return fields, but 'normalized trader leaderboard rows' is reasonably informative.

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?

The schema descriptions are minimal ('Leaderboard sort', 'Leaderboard time window'), but the description adds concrete enum values ('1d', '7d', '30d', 'all' for window; 'profit', 'volume' for sort_by), which is valuable beyond schema. It also clarifies limit defaults and max.

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 'List Polymarket leaderboard rows' and specifies the source (credential-free Data API). Among sibling tools like polymarket_markets, polymarket_events, etc., this is uniquely for the leaderboard, setting clear differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention conditions, exclusions, or comparisons to other Polymarket tools, leaving the agent without decision support.

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/Crawlora-org/crawlora-mcp'

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