Get current champions
get_championsEvery current champion across the promotions the API covers, with the division and the snapshot date the board was published.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_championsEvery current champion across the promotions the API covers, with the division and the snapshot date the board was published.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the description does not need to restate safety. It adds valuable behavioral context: the result is a complete cross-promotion snapshot and includes the date the board was published.
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?
A single, well-structured sentence delivers the resource, scope, and returned attributes without waste. The key fact ('current champions') is front-loaded.
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 zero-parameter read-only tool with no output schema, the description explains what is returned (champions), the coverage (all promotions), and key fields (division, snapshot date). Nothing essential is missing for correct invocation and interpretation.
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?
The tool has zero parameters, so the baseline is 4. The description adds no parameter-specific meaning, but none is needed; it correctly implies a parameterless call that returns the full champion list.
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?
Names a specific verb ('get'), a clear resource ('current champions'), and the scope: every champion across all promotions covered by the API. It also mentions the included attributes (division, snapshot date), making the tool's purpose unambiguous and distinct from siblings like get_rankings.
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 makes it clear this tool is for retrieving current champions across all covered promotions. It does not explicitly list when-not-to-use or name alternative tools, but the scope is specific enough that an agent can decide when this tool is appropriate.
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.