Skip to main content
Glama

get_match

Read-onlyIdempotent

Retrieve full match record with alliance composition, scores, breakdown, and video links by providing a match key.

Instructions

Retrieve the full record for a single match by match key (e.g., '2023casj_qm1'). Returns red/blue alliance compositions (team keys, surrogates, DQ list), final scores, game-specific score breakdown (auto, teleop, endgame, fouls, ranking-point achievements), winning alliance, predicted vs. actual times, and video links. For a lighter payload see get_match_simple. For Zebra MotionWorks robot tracking telemetry see get_match_zebra.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
match_keyYesTBA match key in the form '{event_key}_{comp_level}{match_number}' (e.g., '2023casj_qm1' for qualification match 1, '2023casj_sf1m1' for semifinal set 1 match 1, '2023casj_f1m1' for finals match 1). Competition levels: qm (qualification), ef (eighth-final), qf (quarterfinal), sf (semifinal), f (final).
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds detail about the data returned (alliance compositions, scores, breakdown, times, video links) but does not disclose any additional behavioral traits beyond what is implied by a read operation. No contradictions.

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?

Three sentences front-load the purpose and key return fields, then mention alternatives. Every sentence provides value with no redundancy.

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?

The description lists the major return fields (alliance compositions, scores, breakdown, times, video) which compensates for the lack of an output schema. It is sufficiently detailed for a retrieval tool, though it could mention pagination or rate limits if applicable (but likely not needed).

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% and the parameter 'match_key' is already well-documented in the schema with format and examples. The description repeats the match key format briefly but does not add significant new meaning beyond the schema.

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 clearly states the action ('Retrieve the full record') and the resource ('single match by match key'), and lists the specific data fields returned. It also distinguishes itself from sibling tools get_match_simple and get_match_zebra.

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

Usage Guidelines5/5

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

The description explicitly mentions alternatives: 'For a lighter payload see get_match_simple. For Zebra MotionWorks robot tracking telemetry see get_match_zebra.' This tells the agent when to use this tool versus others.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/withinfocus/tba-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server