Skip to main content
Glama

tournament_upcoming_official

Retrieve the official list of upcoming tournaments for a given Splinterlands username from the game's public endpoint.

Instructions

Read the official upcoming tournament route. It returned exactly the same 58 rows as upcoming in the capture; do not infer permanent equivalence or a distinct complete dataset. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. Array responses are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.0

TDQS

A3.7/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so well. It discloses that the tool makes one logical GET request, does not auto-fetch continuation pages, limits array responses to 100 rows/256 KiB, reports truncation, and refuses oversized records without partial fields. The 'Read' wording also implies non-mutating behavior.

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?

The description is front-loaded with the core purpose and then packs in important behavioral caveats without excessive filler. The sentence about required inputs is somewhat vague, but overall each sentence contributes meaningful information and the structure is readable.

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

Completeness4/5

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

Given a minimal input schema cam and no output schema, the description covers a surprising amount: request behavior, pagination, limits, truncation, and a sibling-equivalence warning. The main gap is the unexplained `username` parameter, which prevents the definition from being fully self-sufficient.

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?

The schema has one optional `username` parameter and 0% description coverage, so the description must compensate. It does not explain what `username` means or how it affects results. The statement that 'Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema' adds generic context but fails to define the actual parameter semantics.

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?

The description uses a specific verb and resource: 'Read the official upcoming tournament route.' It also distinguishes this tool from the sibling 'tournament_upcoming' by noting the identical 58-row capture and warning against inferring permanent equivalence. Some ambiguity remains because 'route' is not fully defined and the exact data contents are not described.

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 description provides useful context by referencing 'upcoming' and cautioning against permanent equivalence or treating this as a distinct complete dataset. However, it does not explicitly state when to prefer this tool over tournament_upcoming or when not to use it. The filter-effectiveness caveat is relevant but does not give clear selection guidance.

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

Deploy Server

Other Tools