get_top_losers
Top 24h losers (api_key required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| api_key | No | Your API key from register() |
Top 24h losers (api_key required).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| api_key | No | Your API key from register() |
Changes observed during successful MCP inspections.
Input schema / properties / api_key / descriptionPrevious value: -"Optional — for billing"New value: +"Your API key from register()"Input schema / properties / api_key / descriptionAdded value: +"Optional — for billing"Input schema / requiredPrevious value: -[
- "api_key"
-]New value: +[]Input schema / properties / api_key / descriptionRemoved value: -"Your API key"Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must cover behavioral traits. Only discloses api_key requirement. Does not mention that it is a read-only operation, rate limits, data freshness, or response format.
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?
Description is very short and to the point. No fluff, but could be slightly improved by front-loading the action verb.
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?
Given no annotations, no output schema, and 2 parameters, the description is too minimal. It lacks details on what constitutes a 'loser' (percentage change?), exact timeframe (last 24 hours from now?), sorting, or pagination behavior.
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?
Description states 'api_key required' but schema marks api_key as optional (required: []). This contradiction adds incorrect information. Description does not explain the limit parameter, which is undocumented in schema.
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?
Description states 'Top 24h losers' which clearly indicates the resource (24-hour losers) and timeframe. The name includes 'get', making the action implicit. It is clear but lacks an explicit verb like 'list' or 'retrieve'.
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 guidance on when to use this tool versus siblings like get_top_gainers or get_top. Only mentions api_key required, which is a prerequisite, not usage context.
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.