Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

laliga_subscription

Read-onlyIdempotent

Retrieve a La Liga season by slug: competition, year, name, current gameweek, rounds, and the official 20-team roster. Gets you the authoritative season team list.

Instructions

One season instance by slug — competition, year, season name, current gameweek, rounds, and teams (the authoritative 20 teams in that season — use this, not laliga_teams, for a season roster).

Returns: {subscription:{id, slug, name, competition, season, season_name, year, current_gameweek, teams:[20 season teams], rounds}}

Auth: works without a key; LALIGA_SUBSCRIPTION_KEY unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSubscription slug (e.g. laliga-easports-2025 = 2025/26). Required — part of the URL path.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the description's added value comes from disclosing the return shape (exact subscription object structure) and auth behavior (works without a key; LALIGA_SUBSCRIPTION_KEY unlocks more). This is useful context beyond the annotations, though it could further explain what 'unlocks more' entails or error scenarios.

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: first sentence states purpose and key usage guidance, second provides exact return shape, third covers auth. Every sentence serves a distinct purpose with no fluff, and the most critical information (slug-based lookup and teams alternative) is front-loaded.

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?

Despite lacking an output schema, the description fully specifies the return structure, so the agent knows what to expect. It also covers auth prerequisites, the single parameter, and distinguishes from a closely related sibling. For a simple read-only single-resource tool with strong annotations, this description is complete enough.

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%: the single 'slug' parameter is fully described with an example (laliga-easports-2025 = 2025/26) and required status. The description only reiterates 'by slug' and adds no new semantic detail beyond the schema, so the 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 clearly identifies the tool as retrieving a single season instance by slug, listing the exact data fields (competition, year, season name, current gameweek, rounds, teams). It also explicitly differentiates from the sibling laliga_teams by declaring this tool's teams list as 'authoritative' for a season roster, making the tool's unique purpose 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 guidance to use this tool instead of laliga_teams for a season roster, which is a clear when-to-use/alternative statement. It implies use for a specific season subscription by slug, but does not explicitly mention when to use the sibling laliga_subscriptions (plural) for listing all seasons, leaving a minor gap in alternative coverage.

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