colosseum_list_matches
Read deterministic public battle results and round-by-round replays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Read deterministic public battle results and round-by-round replays.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
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 burden, but it does disclose useful traits: "public" implies no authentication is required and "deterministic" implies stable, reproducible output, and "Read" implies a non-mutating operation. It omits pagination behavior, rate limits, and result volume, so the disclosure is partial rather than complete.
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?
One front-loaded sentence with no filler or redundancy. It is efficient, though the terseness contributes to the gaps in usage and parameter guidance rather than being a model of precision.
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 list/read tool with pagination implied by a limit parameter, no output schema, and no annotations, the description covers almost none of what an agent needs. Pagination semantics, return shape, and result ordering are all unaddressed.
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 0% and the single "limit" parameter is never mentioned in the description. With low coverage the description is expected to compensate, and it does not: no default, bounds, or valid range for limit is given, only the conventionality of the parameter name carries meaning.
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 states a verb ("Read") and a data domain ("battle results and round-by-round replays"), which conveys the general operation. However, it never mentions listing matches, the tool's actual named resource, leaving an agent to infer whether this returns match listings, results, or replay payloads. No sibling differentiation is offered against colosseum_run_match or colosseum_list_gladiators.
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?
There is no when-to-use guidance, no prerequisite statement, and no named alternative. The description does not distinguish reading existing results from running a new match via colosseum_run_match, which an agent must infer from the sibling names alone.
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.