colosseum_get_schema
Read the strict gladiator schema, 30-point stat budget, strategy choices, loadouts, and supported battle modes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Read the strict gladiator schema, 30-point stat budget, strategy choices, loadouts, and supported battle modes.
| 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?
No annotations are provided, so the description carries the full behavioral burden. 'Read' signals a read-only, side-effect-free operation and the content list clarifies what is retrieved, but it does not address authentication, rate limits, or return format. For a simple zero-parameter schema getter this is minimal but adequate.
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 front-loaded sentence that leads with the verb and resource, then efficiently enumerates the returned schema content. Every clause is relevant and there is no filler.
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?
With no output schema, no annotations, and no parameters, the description should explain what the tool returns. Enumerating the schema components (stat budget, strategy choices, loadouts, battle modes) does this well, though it stops short of describing the response format or any usage constraints.
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 input schema is an empty object with zero parameters, so there is nothing for the description to document or clarify. Per the baseline for zero-parameter tools, a 4 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 uses a specific verb ('Read') and a precise resource ('strict gladiator schema'), then enumerates the exact content domains (stat budget, strategy choices, loadouts, battle modes). This distinguishes it from sibling tools like chess_get_schema by domain and from colosseum_run_match by its read-only schema-retrieval purpose.
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 the tool is the ruleset reference for the Colosseum domain, so an agent can infer that it should be called to learn the schema before acting. However, it gives no explicit when-to-use statement, no prerequisites, and no comparison to alternatives or sibling tools.
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.