Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

seriea_match_lineups

Read-onlyIdempotent

Get Serie A match lineups: tactical formation, starting XI with pitch positions, captain/goalkeeper flags, and bench for home and away teams.

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:{…}}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoLabel language.en-GB
matchIdYesSDP match id (from seriea_matches.matches[].matchId). Required — part of the URL path.
seasonIdYesSDP season id (from seriea_seasons). 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, idempotentHint, and openWorldHint, so safety is covered. The description adds valuable behavioral context by detailing the exact return structure (matchId, pitchSize, home/away with fielded players and events) and explicitly stating 'Auth: none needed.' This goes beyond the annotations without contradicting them.

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: a one-line summary of what is returned, followed by the explicit return object shape. Every sentence provides useful information, with no fluff or repetition.

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?

Even without an output schema, the description fully enumerates the return fields, giving the agent everything needed to interpret the response. It also covers prerequisites, auth requirements, and scoping. This is complete for a lookup tool of moderate complexity.

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?

The input schema has 100% parameter description coverage, so the schema already documents all three parameters. The description's mention of 'Discover the matchId from seriea_matches' echoes the schema's own guidance, adding no new meaning. Baseline of 3 is appropriate when schema does the heavy lifting.

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 states exactly what the tool does: fetches lineups for one match, with per-side details like formation, fielded XI, bench, and staff. It also distinguishes itself by referencing the prerequisite discovery of matchId from seriea_matches, which differentiates it from other match-lineup tools.

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 clearly indicates this is for a single match and instructs the user to obtain the matchId from seriea_matches first. While it doesn't explicitly list exclusions or alternatives, the context of 'one match' and the discovery step provides sufficient usage guidance.

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