Skip to main content
Glama

Whistle.day - Tournament organizer

create_display

Destructive

Create a projector display screen for a published tournament

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoDisplay name (default: Main screen)
tokenNoURL token (default: auto-generated)
session_tokenYesThe session_token returned by create_tournament
tournament_idYesTournament ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already disclose the safety profile (destructiveHint=true, idempotentHint=false, openWorldHint=true), so the bar is lower. The description adds the published-tournament precondition, but does not disclose what a destructive create implies, what gets torn down, or any auth/rate details beyond the session_token parameter.

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 with no wasted words; the resource and scope are immediately clear.

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

Completeness3/5

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

For a create tool with no output schema, the description covers the core action and a key precondition, and annotations carry the safety profile. It is minimally adequate but omits what happens on failure or what the created display 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 the schema already documents all four parameters including defaults for name and token. The description adds no parameter-level meaning, so baseline 3 is appropriate.

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 ('Create') and resource ('projector display screen') with a qualifying scope ('for a published tournament'). An agent can tell it apart from siblings like create_tournament or create_stage, though no sibling is named explicitly.

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?

The phrase 'for a published tournament' implies a precondition (the tournament must already be published), which is useful context. However, there is no explicit when-to-use/when-not guidance and no mention of alternatives.

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