Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

supercoach_settings

Read-onlyIdempotent

Check SuperCoach competition state to identify current and next rounds, lockout times, and closure status before fetching player projections.

Instructions

Competition state for one game+season: competition.current_round (last round scored), next_round (the one to project), is_lockout / lockout_start / lockout_end, is_closed, num_users, num_leagues. Call this FIRST to learn which round to pass to supercoach_players. Tiny (~15 KB).

Returns: {system, game, content, competition:{current_round, next_round, status, is_lockout, is_partial_lockout, lockout_start, lockout_end, is_closed, num_users, num_leagues}}

Example: AFL current round / next round {"sport": "afl", "year": 2026}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minNomin=true returns a slimmer settings blob; false (default) includes the full competition/system/content sections.
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 the tool as read-only, idempotent, and open-world. The description adds useful behavioral context beyond annotations: 'Tiny (~15 KB)', the exact response shape, an example call, and 'Auth: none needed.' It does not mention rate limits or failure modes, but for a small read-only settings endpoint, the added context is sufficient.

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 information-dense and front-loaded with the core purpose, then moves to usage, return structure, and example. However, there is some redundancy: the 'Returns:' section repeats fields already listed in the opening sentence. Each sentence contributes value, but the duplication slightly lowers efficiency.

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?

The tool is simple, read-only, and returns a small structured payload. The description covers the purpose, key fields, usage workflow (call before supercoach_players), expected size, authentication, and provides a concrete example. No output schema exists, but the description explicitly lists the return structure, making the tool fully self-contained.

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%, so the parameter descriptions in the input schema already fully explain sport, year, mode, and min. The description adds an example ('{"sport": "afl", "year": 2026}') and a note about round selection, but does not materially enrich the parameter semantics beyond what the schema provides. Baseline 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 clearly states the tool's purpose: 'Competition state for one game+season' with a specific list of returned fields (current_round, next_round, lockout info, etc.). It distinguishes itself from sibling tools by explicitly saying 'Call this FIRST to learn which round to pass to supercoach_players', making its role in the workflow unambiguous.

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 gives explicit when-to-use guidance: 'Call this FIRST to learn which round to pass to supercoach_players.' This provides clear context and a concrete predecessor relationship. It does not mention explicit when-not-to-use or alternatives beyond the single downstream tool, so it falls just short of a 5.

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