Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

supercoach_real_fixture

Read-onlyIdempotent

Retrieve AFL, NRL, EPL, NBA, NBL, NFL, or BBL fixtures for a season or round, including kickoff, teams, venue, final scores, live match status, and head-to-head bookmaker odds.

Instructions

Fixtures for one game+season — each carries kickoff, both teams, venue/location, final scores (team1_score/team2_score + verbose), live match_status/period, AND the head-to-head bookmaker odds (team1_odds/team2_odds + bookmaker title/link). Pass round for one round, or omit it for the whole season (AFL ≈ 207 rows). Paginate with page/page_size.

Returns: array of {id, season, round, kickoff, team1, team2, location, venue, team1_score, team2_score, team1_score_verbose, team2_score_verbose, team1_odds, team2_odds, margin_game, match_status, period, period_status, featured, team1_bookmaker_title, team1_bookmaker_link, …}

Example: AFL round-16 fixtures + scores + odds {"sport": "afl", "year": 2026, "round": 16}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoGame mode: `classic` (the salary-cap game — default, all 7 sports) or `draft` (the draft league variant — afl/nrl/nba/epl; adds a top-level predraft_rank + player_stats.position_ranks to each player). Same response shape otherwise.classic
pageNo1-based page.
yearYesSeason key (NOT always the calendar year). afl/nrl = current calendar year (2026 now). epl/nba/nbl/nfl/bbl = the season's year, currently 2025 (2024 archived). When unsure, try the current year, then the prior year if the feed is empty. Required — part of the URL path.
roundNoRound number. Omit for the entire season.
sportYesWhich SuperCoach game: afl | nrl | epl | nba | nbl | nfl | bbl. Response shape is identical across all seven; only the per-player stat columns differ. Required — part of the URL path.
page_sizeNoRows per page (default 9998 = effectively all).
Behavior4/5

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

With readOnly/openWorld/idempotent annotations, the description adds useful behavioral context: the return shape (array of fixture objects), approximate season size (AFL ~207 rows), pagination behavior, and the fact that no auth is needed. This goes beyond the annotations.

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 well-structured with a purpose statement, usage notes, return field list, example, and auth note. It's a bit longer than minimal, but every section adds value for an agent.

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 no output schema, the description provides a detailed field list and example, covering the main behaviors. It lacks explicit statements about sorting or error cases, but overall it gives enough context for selecting and invoking the tool.

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%, so the baseline is 3. The description adds minor value by noting the AFL season size for pagination and showing an example, but parameter meanings are already fully covered in 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?

Clearly states it returns fixtures for a SuperCoach game+season, including kickoff, teams, venue, scores, live status, and head-to-head odds. The example with sport/year/round and the detailed field list distinguish it from sibling fixture tools.

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?

Explains the round parameter (pass for one round, omit for full season), pagination, and provides an example. It doesn't name alternative tools or give when-not-to-use, but the context makes the intended use clear.

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