Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

seriea_match_lineups

Retrieve Serie A match lineups with tactical formations, player positions, events, bench, and staff for a given match and season.

Instructions

Lineups for one match — per side: tacticalFormation, the fielded XI (with average pitch positions, captain/GK flags, per-player events), the bench, and staff. Discover the matchId from seriea_matches.

Returns: {matchId, pitchSizeX, pitchSizeY, home:{teamId, tacticalFormation, fielded:[{displayName, bibNumber, isCaptain, isGoalkeeper, averageXPosition, averageYPosition, events}], benched, staff}, away:{…}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoen-GB
matchIdYes
seasonIdYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes the return structure and data fields, indicating a read operation. However, it does not disclose authentication needs, rate limits, or any potential side effects, which is acceptable for a data retrieval tool.

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 two sentences plus a return structure, all front-loaded with key information. Every sentence is necessary, no filler, and the structure is easy to parse.

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?

Given the complexity of lineup data, the description outlines the return object including nested fields (e.g., fielded, benched, staff). It lacks an output schema but compensates with a detailed example. Could mention optional parameters or more edge cases.

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

Parameters2/5

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

The input schema has 0% description coverage, and the description only mentions the need for matchId and seasonId (referenced via seriea_matches). It does not explain the 'locale' parameter or provide format/validation details, offering minimal added value beyond the schema.

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 it returns lineups for one match with tactical formation, fielded XI (including positions, flags, events), bench, and staff. It distinguishes from siblings by specifying per-side detail and referencing seriea_matches to obtain matchId.

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?

It advises to discover matchId from seriea_matches, providing clear prerequisite context. However, it does not explicitly state when not to use this tool or list alternatives, though the sibling list implies it's for detailed lineup retrieval.

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