Skip to main content
Glama

Read a public SWARM SYNC match

get_arcade_match
Read-onlyIdempotent

Read server-authoritative state and replay for one SWARM SYNC match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchIdYesSWARM SYNC match id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / matchId / description
      Added value: +"SWARM SYNC match id."
  2. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is fully covered. The description adds 'server-authoritative' and 'replay' context, which gives some behavioral insight beyond the annotations, though not deep detail about response size or edge cases.

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?

The description is one tight sentence with zero filler. 'Read' is front-loaded, and the resource is specified precisely.

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

Completeness5/5

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

For a read-only, idempotent, non-destructive tool with one parameter, a complete input schema, and an output schema, the description is sufficient. An agent can determine how to invoke and what to expect without additional information.

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% for the single required parameter matchId, and the pattern is fully documented. The description adds no extra meaning beyond identifying that the tool operates on one match; the schema already documents the parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Read') and a specific resource ('server-authoritative state and replay for one SWARM SYNC match'). The title and description together clearly distinguish it from sibling tools like get_arcade_player_status or play_arcade_move by focusing on match state and replay.

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

Usage Guidelines4/5

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

The description clearly implies the tool is for reading a single match's state and replay. It does not explicitly name alternatives or when not to use it, but the singular 'one match' plus 'read' gives strong contextual guidance.

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.