Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

laliga_player

Read-onlyIdempotent

Retrieve a La Liga player profile by slug. Get the player's name, date of birth, country, current team, squad, and roles for direct use in sports data comparisons.

Instructions

One player profile by SLUG — name, firstname/lastname, date_of_birth, country, current team + squad, roles.

Returns: {player:{id, slug, name, firstname, lastname, date_of_birth, country, international, team, squad, roles}}

Auth: works without a key; LALIGA_SUBSCRIPTION_KEY unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesPlayer slug (from laliga_players_stats / laliga_squad; e.g. rubi-3). Required — part of the URL path.
Behavior4/5

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

The description adds value beyond annotations by disclosing authentication requirements (works without a key, LALIGA_SUBSCRIPTION_KEY unlocks more) and explicitly showing the return structure. Annotations already declare read-only, open-world, and idempotent behavior, and the description does not contradict them. It could mention error cases or rate limits, but the provided context is sufficient for a simple read operation.

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 concise and well-structured with clear sections for purpose, return value, and auth. There is slight redundancy because the first sentence lists fields that are repeated in the Returns block, but it remains efficient and scannable.

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?

For a single-parameter read-only profile lookup, the description provides a clear return contract and auth notes. Gaps include unspecified error behavior and what exact data 'LALIGA_SUBSCRIPTION_KEY unlocks more' refers to, but these are minor for typical agent use. The lack of an output schema is partially compensated by the explicit Returns field list.

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 fully describes the slug parameter, including where to obtain it and that it's part of the URL path. The description adds minimal extra meaning beyond emphasizing 'by SLUG', so it meets the baseline but does not elevate it.

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 identifies the tool as fetching a single player profile by slug and lists the specific fields returned (name, birth date, country, team, squad, roles). This distinguishes it from sibling tools like laliga_player_stats and laliga_squad, which serve different purposes.

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?

The description implies the tool is used when you have a player slug and need profile information, but it does not explicitly state when to use it over alternatives like laliga_player_stats or laliga_squad. The schema hints at a workflow (slug from laliga_players_stats/laliga_squad), but the description itself lacks explicit when-to-use/when-not-to-use 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