Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

pl_player

Retrieve a player's full career data: each club/season spell, dates, height, weight, shirt number, preferred foot, and position. Requires a player ID.

Instructions

Full player career — one entry per club/season spell with dates, height/weight, shirtNum, preferredFoot, position.

Returns: [{id, name, position, currentTeam, country, countryOfBirth, height, dates}] (top-level array, one per spell)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidYes
Behavior3/5

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

With no annotations, the description must convey behavioral traits. It describes the output structure (array of spells with fields) but does not disclose pagination, rate limits, or side effects. The read-only nature is implied but not explicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise and front-loaded with the key concept. The return format is provided, but it could be slightly more structured to separate purpose from output.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple one-parameter tool, the description gives sufficient context for the output but neglects to clarify the input parameter. Without an output schema, the description's output structure is helpful.

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 one required integer parameter 'pid' with no description. The tool description does not explain what 'pid' represents (e.g., player ID). With 0% schema coverage, the description should compensate but fails to add meaning for the 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 'Full player career — one entry per club/season spell', specifying the verb (retrieve) and resource (player career spells). It also lists the returned fields, which distinguishes it from sibling tools like pl_player_basic or pl_player_info that likely provide different scopes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool or when to choose alternatives. The description implies it's for getting career spells, but does not mention limitations or when other player tools might be more appropriate.

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