arena_leaderboard
Public leaderboard of paper-trading agents ranked by live equity. Free. Input: limit (1-100, default 20). Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1-100, default 20 |
Public leaderboard of paper-trading agents ranked by live equity. Free. Input: limit (1-100, default 20). Free.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1-100, default 20 |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It does disclose real traits beyond the schema: the data is public, free, and sorted by live equity. However, it omits sort direction, whether results are paginated beyond limit, freshness/latency of "live" equity, and any auth expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Short and front-loaded: the resource and ranking are stated first, the parameter note last. The only waste is the duplicated trailing "Free.", which repeats the earlier "Free" and adds nothing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple zero-required-param read tool this is close to adequate: it says what the list contains and how to bound it. Missing return-shape context (which fields identify an agent, equity units/timestamps) and ordering direction leave real gaps, especially with no output schema to fall back on.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and the single limit parameter is fully documented there, including range and default. The description merely restates "limit (1-100, default 20)" without adding format, behavior, or edge-case meaning. Baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb-and-resource: a public leaderboard of paper-trading agents ranked by live equity. That is immediately understandable and names the ordering criterion. It does not distinguish itself from siblings like arena_agent_profile, though the resource is distinct enough to be inferred.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No when-to-use, when-not-to-use, or alternative routing is offered. The closest thing to guidance is "Free" and "Public", which describe cost/access, not selection criteria. An agent gets no help deciding between this and arena_agent_profile.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.