Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

laliga_matches

Read-onlyIdempotent

Retrieves La Liga match fixtures and results. Pass competition (primera-division) and optional gameweek to filter; returns match details including teams, date, status, and more.

Instructions

Matches feed. IMPORTANT: pass competition= to get a competition's matches — subscription= alone returns a mixed bag (incl. World Cup placeholders). competition=primera-division gives the 380 LALIGA EA SPORTS matches; add gameweek= for one matchweek (10).

Returns: {total, matches:[{id, slug, name, opta_id, home_team, away_team, competition, season, gameweek, date, time, venue, status}]} (status FullTime/PreMatch/…)

Example: 2025/26 LALIGA matchweek 1 (10 matches) {"subscription": "laliga-easports-2025", "competition": "primera-division", "gameweek": 1, "limit": 10}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size.
offsetNoPagination offset.
gameweekNoMatchweek number (use with competition for a single round = 10 matches).
competitionNoCompetition slug to filter to — REQUIRED for real LaLiga matches (primera-division, segunda-division, primera-division-femenina).
subscriptionNoSubscription slug = the season (e.g. laliga-easports-2025).
Behavior4/5

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

Annotations already declare read-only/idempotent behavior. The description adds valuable context: the mixed-bag behavior of subscription alone, the return field structure, and auth requirements. It does not contradict annotations, though it leaves the 'more' unlocked by the key unspecified.

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?

Every sentence contributes: what it does, the critical parameter warning, return format, a concrete example, and auth note. Well-structured with clear formatting for the example.

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 list endpoint with generous annotations and schema coverage, the description provides the return structure, example usage, auth notes, and behavioral caveats. No output schema exists, so the return-field list is essential and included.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema already documents all parameters, but the description adds the critical caveat that subscription alone returns mixed data and clarifies that competition=primera-division yields the full 380-match set. This compensates beyond schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the tool as a 'Matches feed' and details that it returns LaLiga matches with specific competition slugs, making its purpose clear. However, it does not explicitly differentiate from sibling tools like laliga_match (singular) or other leagues' match feeds, so it falls short of a 5.

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: the IMPORTANT note instructs users to pass competition= for real competition matches and warns that subscription= alone returns mixed results. Includes a concrete example for a matchweek, but no explicit 'when not to use' or alternative tool references.

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