Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

apisports_football_fixtures

Read-onlyIdempotent

Get football fixtures and results by date, league, team, or fixture ID. Filter by season, status, or timezone to view match details like scores, venues, and statuses.

Instructions

Football fixtures and results by date, league or team. Give at least one filter.

Returns: {results, response:[{fixture:{id, date, timestamp, venue:{name, city}, status:{long, short, elapsed}}, league:{id, name, country, season, round}, teams:{home:{id, name, winner}, away:{…}}, goals:{home, away}, score:{halftime, fulltime, extratime, penalty}}]} — SHAPE FROM VENDOR DOCS. goals is the 90-minute score; score.penalty decides a shootout, so a cup tie needs both.

NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.

Example: A day's fixtures {"date": "2024-08-17"}

Auth: needs your own key in API_SPORTS_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOne fixture id.
dateNoYYYY-MM-DD (all leagues that day).
lastNoThe N most recent finished fixtures.
nextNoThe N upcoming fixtures.
teamNoTeam id.
leagueNoLeague id.
seasonNoSeason starting year — REQUIRED whenever you pass `league` or `team`.
statusNoShort status codes, e.g. NS, 1H, FT (comma-separated).
timezoneNoIANA zone, e.g. Australia/Melbourne. Default is UTC.
Behavior5/5

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

Annotations already declare readOnly/openWorld/idempotent. The description adds important context: authentication requirement ('needs your own key in API_SPORTS_KEY'), the unverified nature of the payload shape, and the domain nuance that `goals` is the 90-minute score while `score.penalty` decides shootouts. No contradiction with 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 well-structured and information-dense: purpose, return shape, caveat, example, and auth note. Each section earns its place, and the caveat about unverified vendor docs is crucial transparency.

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?

No output schema exists, so the description compensates with a detailed return shape and key semantics (penalty vs goals). It also explains the approximate nature of the shape. However, it does not mention combination rules (e.g., season required with league/team) or pagination, though the schema covers the season requirement.

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 covers all 9 parameters with descriptions (100% coverage), so baseline is 3. The description adds value by requiring 'at least one filter' (since all params are optional in schema) and provides a concrete example using the `date` parameter.

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 'Football fixtures and results by date, league or team', providing a specific resource and scope. It differentiates from sibling tools like apisports_football_leagues and apisports_football_standings by focusing on fixtures/results.

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 explicitly instructs 'Give at least one filter', which is a key usage constraint. The example shows a valid date filter call. It does not explicitly compare with alternatives, but the filter guidance is clear and actionable.

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