Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

pl_team_leaderboard

Sort teams by any Opta team metric (e.g., tackles won) and view leaderboard with team metadata and stats for a given season.

Instructions

Team stat leaderboard — sort by any Opta team metric. NOTE: season is a query param here, not a path segment. Each row: {teamMetadata, stats}.

Returns: {pagination, data:[{teamMetadata:{id, name}, stats:{…team Opta metrics}}]}

Example: 2025/26 teams by tackles won

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cidYes
sortNowins:desc
limitNo
seasonYes
Behavior3/5

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

No annotations provided, so description carries full burden. It notes that season is a query parameter (not path) and describes the return format. However, it does not disclose whether the tool is read-only, authentication requirements, or behavior on invalid sort values.

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?

Two sentences plus a note and example. Every sentence adds value, front-loaded with purpose. No redundancy.

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?

With no output schema, description explains the return format (pagination, data array) and provides an example. But missing details on cid, limit, and sort parameter constraints. Adequate for main purpose but not fully complete.

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?

Schema coverage is 0%, so description must compensate. It explains sort (by any Opta team metric) and season (query param). But cid and limit are not described, and valid sort values are not enumerated. Adds some value but incomplete.

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 a team stat leaderboard sorted by Opta team metrics, with explicit return structure (pagination, data with teamMetadata and stats). It distinguishes from sibling tools like pl_player_leaderboard and pl_standings by focusing on Opta team metrics.

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?

Provides an example (2025/26 teams by tackles won) but no explicit guidance on when to use this tool vs alternatives like pl_team_stats or pl_standings. Does not state prerequisites or exclusion criteria.

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