Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

apisports_football_players

Read-onlyIdempotent

Retrieve player season statistics for a team or league, including goals, assists, ratings, and more. Filter by player, team, or league, and search by player name.

Instructions

Player season statistics for a team or league. season is required.

Returns: {paging:{current, total}, response:[{player:{id, name, age, nationality, height, weight, injured, photo}, statistics:[{team, league, games:{appearences, lineups, minutes, position, rating}, goals:{total, assists, conceded, saves}, shots, passes, tackles, duels, dribbles, fouls, cards, penalty}]}]} — SHAPE FROM VENDOR DOCS. statistics is a LIST — one entry per competition — so a player in a league and a cup has two.

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 club's squad statistics {"team": 42, "season": 2023}

Auth: needs your own key in API_SPORTS_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOne player id.
pageNoResults are paginated at 20 — check `paging.total`.
teamNoTeam id.
leagueNoLeague id.
searchNoName search (4+ characters); needs `team` or `league`.
seasonYesSeason starting year.
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, but the description adds substantial value beyond these: it specifies the auth requirement (API_SPORTS_KEY), warns that the documented response shape is unverified and approximate, and explains that `statistics` is a list with one entry per competition. This is excellent behavioral disclosure.

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 efficiently structured: a one-sentence purpose, a detailed return shape, a caveat about unverified vendor documentation, a concrete example, and an auth note. Every sentence earns its place, and the critical caveat is clearly highlighted. No wasted words.

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 having no output schema, the description provides a comprehensive return shape including paging, a clear explanation of repeated entries, an example, and auth requirements. For a 6-parameter tool, this is more than sufficient context for an agent to select and invoke the tool correctly.

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?

The schema covers 100% of parameters with individual descriptions, so the baseline is 3. The description adds practical value by reinforcing that `season` is required and by presenting a concrete example (team:42, season:2023) that demonstrates how the parameters are used together. This lifts it above baseline but doesn't add deep semantics beyond the schema.

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 clearly states the tool provides 'Player season statistics for a team or league,' identifying the resource and scope. It distinguishes itself from sibling tools like apisports_football_teams (team info) and apisports_football_fixtures (match data) by focusing on player stats. A minor deduction for lacking an explicit verb like 'get' or 'list', though the intent is 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 clear context on when to use the tool: when player season statistics are needed, filtered by team or league. It explicitly notes that `season` is required and provides a concrete example. It does not explicitly mention exclusions or alternatives, but the sibling tool names make the differentiation obvious.

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