Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

supercoach_teams

Read-onlyIdempotent

Retrieve the team catalogue for any SuperCoach game and season, providing team IDs, names, and abbreviations to link with player data.

Instructions

The club/team catalogue for one game+season (AFL 18, NRL 17, EPL 20, NBA 30, NBL 10, NFL 32, BBL 8) — each with id, name and abbrev. Join team_id from supercoach_players back to here.

Returns: array of {id, name, abbrev, ...}

Example: AFL clubs {"sport": "afl", "year": 2026}

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
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.
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.
Behavior4/5

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

Annotations already declare read-only, open-world, and idempotent. The description goes beyond by stating the return shape ('array of {id, name, abbrev, ...}'), explicit 'Auth: none needed', and an example request. This adds meaningful behavioral context without contradicting 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 compact: five short sentences plus a JSON example. Each part serves a purpose—purpose, contents, join hint, return shape, example, auth—with no fluff or redundancy.

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 simple list tool with no output schema, the description provides purpose, return shape, auth, supported sports, and an example. It is complete for selecting and invoking the tool correctly.

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 has 100% coverage with detailed descriptions for all three parameters (mode, year, sport). The description's example and team counts add marginal context, but the schema already explains the parameters thoroughly, so the description does not significantly compensate or add beyond the baseline.

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 a club/team catalogue for a specific game and season, listing counts per sport and fields (id, name, abbrev). It distinguishes itself from player tools by explicitly noting the join from supercoach_players, and is distinct from generic team list tools by its SuperCoach-specific scope.

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?

Provides clear context that this is for fetching SuperCoach team catalogues, with a concrete use case: 'Join team_id from supercoach_players back to here.' It does not explicitly name alternatives or when-not-to-use conditions, but the context is sufficient for selection among siblings.

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