Skip to main content
Glama

Whistle.day - Tournament organizer

list_fixtures

Destructive

List fixtures in a stage, optionally filtered by pool, round, or status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roundNoRound number (optional)
statusNoStatus filter: pending, ready, live, finished, walkover, bye (optional)
pool_idNoPool ID (optional)
stage_idYesStage ID
session_tokenYesThe session_token returned by create_tournament

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description asserts a pure read operation ("List fixtures"), while annotations declare readOnlyHint=false and destructiveHint=true. That is a direct inconsistency about whether calling this tool can mutate or destroy data, and it is exactly the kind of safety signal an agent depends on. The description also adds no disclosure about pagination, ordering, or whether the stage must already be generated/resolved.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence that names the resource, the containment scope, and the optional filters with zero padding. Nothing here needs trimming.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description should say something about what a fixture record looks like or how results are ordered (this is a fixture list, likely the core of the workflow). With a contradictory safety annotation and no return-format or pagination context, an agent cannot call this confidently.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all five parameters are already documented in the schema, including the allowed status values. The description restates the optional filters (pool, round, status) but adds no format, defaulting, or interaction detail beyond what the schema provides. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource with scope ("List fixtures in a stage") and enumerates the available filters. It distinguishes itself from get_fixture (singular) by implication, but never explicitly names siblings like list_pools or get_fixture, so the routing burden is left partly to inference.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

"Optionally filtered by pool, round, or status" gives a mild sense of when this tool is appropriate, but there is no explicit when-to-use versus get_fixture or list_stages guidance and no mention of prerequisites such as a valid session_token or a resolved stage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources