Skip to main content
Glama

Whistle.day - Tournament organizer

get_fixture

Destructive

Get a fixture by ID with games

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesFixture ID
session_tokenYesThe session_token returned by create_tournament

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior1/5

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

The description reads as a pure retrieval operation, yet annotations declare readOnlyHint=false and destructiveHint=true. That is a direct conflict that would mislead an agent about the tool's side effects, and the description adds no other behavioral context (auth via session_token, error cases).

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

Conciseness4/5

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

A single six-word sentence with the key qualifier ('by ID') front-loaded and no filler. It is efficient, though it errs toward under-specification rather than earning real conciseness.

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 and no annotation coverage an agent can trust, so the description should carry the burden for a getter that includes nested 'games' data. It omits the shape of the returned fixture, the auth requirement, and error behavior, and it leaves the safety profile contradictory.

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 both parameters (id and session_token) are already fully documented in the schema. The description only restates 'by ID' and adds nothing about the required session_token or ID format; per the rubric, a 3 is the baseline when the schema does the work.

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?

Names a specific verb and resource ('Get a fixture by ID') and adds the returned payload ('with games'), so an agent knows this is a single-fixture lookup rather than a list. It does not explicitly distinguish itself from the sibling list_fixtures or get_stage, but 'by ID' makes the distinction reasonably inferable.

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

Usage Guidelines2/5

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

The description gives no when-to-use guidance, no prerequisites, and never names an alternative such as list_fixtures for browsing multiple fixtures. Usage is only implied by 'by ID'.

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