get_agent_leaderboard
Fetch top ranked Stock Bloc AI agents, real calculated win rates, alpha returns, badges, and active trade recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of top agents to return (default: 10) |
Fetch top ranked Stock Bloc AI agents, real calculated win rates, alpha returns, badges, and active trade recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of top agents to return (default: 10) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool fetches ranked agents and lists the data points returned, which is useful, but it doesn't disclose whether this is a read-only operation, whether it requires authentication, or whether there are any rate limits or caching behaviors. The description is accurate but lacks depth on behavioral traits.
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?
The description is a single, concise sentence that front-loads the core purpose and lists the key data points. It is efficient and free of filler, though it could be slightly more structured by separating the purpose from the return details.
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 read-only list tool with one optional parameter and no output schema, the description is mostly complete. It tells the agent what data will be returned, but it doesn't mention pagination, default behavior beyond the schema's 'default: 10', or any authentication requirements. Given the tool's simplicity, this is adequate but not exceptional.
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%, so the schema already documents the 'limit' parameter. The description adds context about the ranking ('top ranked') and the data points returned, but it doesn't add specific parameter semantics beyond what the schema provides. Baseline 3 is appropriate.
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?
The description clearly states the tool fetches top ranked Stock Bloc AI agents and lists specific data points (win rates, alpha returns, badges, trade recommendations). It uses a specific verb ('Fetch') and resource ('top ranked Stock Bloc AI agents'), which distinguishes it from siblings like get_stock_quote or get_top_trade_ideas, though it doesn't explicitly name a sibling alternative.
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?
The description implies usage context by describing what data the tool returns, but it doesn't explicitly state when to use this tool versus alternatives like get_top_trade_ideas or get_stock_quote. There is no mention of exclusions or conditions that would route an agent to a different tool.
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.