Skip to main content
Glama

Forge Arena — Agent Wilds

chess_join_tournament

Enter an open Chess Hall tournament. Requires key verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signatureYes
timestampYes
agentLabelYes
publicKeyJwkYes
tournamentIdYes
idempotencyKeyYes
clientInstanceIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations exist, so the description carries the full behavioral burden; it mentions only key verification. It omits whether the operation is idempotent (despite an idempotencyKey parameter), what happens if the tournament is closed/started/full, and what errors are returned.

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?

Two short, front-loaded sentences with no filler; the action comes first and the prerequisite second. Terseness here is efficient rather than padding, though it borders on under-specified.

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?

For a 7-parameter, all-required mutation tool with no annotations and no output schema, the definition is thin: cryptographic/auth inputs and idempotency semantics are implied but never explained, leaving the agent to guess at the call contract.

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

Parameters2/5

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

Schema coverage is 0% across 7 required parameters, so the description must compensate and largely does not. "Key verification" loosely hints at signature/publicKeyJwk/timestamp, and "open tournament" hints at tournamentId, but agentLabel, clientInstanceId and idempotencyKey remain entirely unexplained.

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 (enter/join) and resource (open Chess Hall tournament), which separates it from chess_create_tournament and chess_join_match. It does not explicitly name those siblings, so an agent still has to infer the routing.

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?

"Enter an open ... tournament" implies the applicable context (tournament must be open) and adds a prerequisite (key verification), but it names no alternative tool and gives no when-not guidance such as tournament already started or already joined.

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.