Skip to main content
Glama

SportScore

get_tracker

Get live match tracker data (position, animation frames) for a match by numeric id. Usually only useful for football.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric match id from the upstream provider.
sportYesSport to query. One of football, basketball, cricket, tennis.

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It mentions retrieving position and animation frames, but omits critical details such as data freshness, whether it works for live or historical matches, rate limits, or permission requirements. This lack of depth leaves the agent with insufficient behavioral context.

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 a single sentence that front-loads the main action and purpose. Every word serves a function, with no redundancy or filler. It is concise and immediately informative.

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?

The tool has two required parameters and no output schema. The description covers the basic purpose and data type, but it does not mention response format, error handling, or sport-specific behavior beyond football. For a simple tool, it is minimally acceptable but lacks completeness for an agent to use confidently.

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 coverage is 100% and both parameters have descriptions. The description adds minimal value by noting 'numeric id' for the id parameter, but it does not enhance understanding beyond what the schema already provides. Baseline score of 3 is appropriate.

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 explicitly states the tool retrieves 'live match tracker data (position, animation frames)' for a match by numeric id, clearly specifying the verb and resource. It also distinguishes itself by noting it's 'usually only useful for football,' contrasting with sibling tools like get_match_detail which likely provide different data.

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 a usage hint by stating 'Usually only useful for football,' implying it may not be suitable for other sports. However, it does not explicitly specify when to use this tool over alternatives like get_match_detail or provide clear exclusions, leaving the agent to infer usage context.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct aspect of sports data: brackets, match details, match lists, players, standings, team schedules, top scorers, and live trackers. No functional overlap exists.

Naming Consistency5/5

All tools follow a consistent 'get_<descriptive_noun>' pattern in snake_case, making the set predictable and easy to navigate.

Tool Count5/5

With 8 tools, the surface covers a broad range of sports queries without being overwhelming. Each tool serves a clear purpose.

Completeness4/5

Covers core workflows (matches, standings, players, schedules, brackets, scorers, live tracking). Lacks a direct search for slugs of teams/players/leagues, relying on get_matches results, which is a minor gap.

Resources