Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

squiggle_games

Read-onlyIdempotent

Retrieve AFL game fixtures and results with scores, goals/behinds, venue, and completion state. Filter by round, year, team, or game ID.

Instructions

AFL fixture + results: each game with scores by goals/behinds, venue, and completion state.

Returns: {games:[{id, round, year, date, unixtime, venue, hteam, hteamid, hscore, hgoals, hbehinds, ateam, ateamid, ascore, agoals, abehinds, complete, is_final, winnerteamid, updated}]}

Example: Round 1 of 2026 {"q": "games", "year": 2026, "round": 1}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoLeave as-is.games
gameNoA single game id.
teamNoOnly games involving this team id.
yearNoSeason, e.g. 2026. Omit for the current season.
roundNoRound number. Omit for the whole season (~100 KB).
completeNo100 = completed games only, 0 = not started.
Behavior4/5

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

Annotations already indicate read-only, idempotent, and open-world behavior. The description adds useful behavioral details: the exact return structure, the note that no authentication is needed, and the data fields included. No contradictions with annotations.

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 concise and well-structured: a one-line summary, a clear return type snippet, an example, and an authentication note. Every section earns its place with no redundancy or fluff.

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 tool is simple, and the description includes return fields, an example, and auth requirements, which compensates partially for the lack of an output schema. The schema handles parameter details, so the overall context is adequate, though it does not mention data freshness or size limits.

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?

The input schema provides 100% coverage with descriptions for all six parameters, so the baseline is 3. The description adds an example with q, year, and round, but it does not add new meaning beyond the schema's already detailed parameter descriptions.

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 tool returns AFL fixture and result data with scores, venue, and completion state. This specific verb+resource combination distinguishes it from sibling tools like squiggle_teams, squiggle_standings, and squiggle_ladder.

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 provides clear context on what the tool does and shows an example with parameters, making it obvious when to use it. It does not explicitly name alternatives or exclusions, but the scope is evident from the summary and the sibling tools.

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/DanielTomaro13/sportsdata-mcp'

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