Skip to main content
Glama

predictDEX

Get the trader leaderboard

get_leaderboard
Read-onlyIdempotent

Top Polymarket traders by profit or volume over a window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows (1-100, default 25)
metricNoRanking metric
windowNoTime window

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered structurally. The description adds the ranking context (profit/volume/window) but no additional behavioral details such as default limit, ordering, or pagination. No contradiction with annotations exists.

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?

A single 10-word sentence that front-loads the resource and ranking criteria. There is zero filler and every word contributes meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with full parameter documentation and helpful annotations, the description is complete: an agent knows what the tool returns and can infer the call shape. No output schema exists, but the return value is self-evident from the description.

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?

Schema description coverage is 100%, with each parameter (limit, metric, window) fully documented. The description's mention of 'profit or volume over a window' reinforces the role of metric and window but adds little beyond what the schema already states. The baseline of 3 is appropriate.

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 states exactly what the tool does: returns top Polymarket traders ranked by profit or volume over a window. It specifies a clear resource and the two dimensions of ranking, making it easy to distinguish from sibling tools like get_orderbook or get_price_history. The title reinforces the verb-resource pairing.

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, and no alternative tools are mentioned. Usage is only implied by the tool's obvious purpose, with no explicit conditions, exclusions, or prerequisites. This falls short of the standard set by the get_calls example.

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.

Resources