Skip to main content
Glama

Whistle.day - Tournament organizer

list_standings

Destructive

List standings for a pool

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pool_idYesPool 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 says 'List', which signals a passive read, while the annotations declare readOnlyHint=false, destructiveHint=true, and idempotentHint=false. That is a direct contradiction of the safety profile an agent would infer from the wording, with no explanation of what is actually modified or destroyed.

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 short sentence with zero filler and the resource front-loaded. It is efficient, though arguably under-specified rather than optimally sized given the tool's unknowns.

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, two required parameters, and annotations describing a destructive, non-idempotent, open-world operation — yet the description explains none of this. An agent cannot tell whether calling this is safe, whether it needs write auth, or what it returns.

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 pool_id and session_token are already documented in the schema; the description adds no syntax, format, or relationship detail beyond the schema. Baseline 3 is appropriate when the schema carries the parameter burden.

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 ('List') and resource ('standings for a pool'), which is clearly distinct from siblings like list_pools, list_stages, and list_entries. It does not, however, explicitly differentiate itself from the other read/listing tools beyond naming the resource.

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 no pointer to alternatives (e.g., get_stage_table, list_pools) despite a dense set of sibling tools. The agent must infer that this belongs to the tournament/pool workflow from the schema alone.

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