Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

fpl_dream_team

Read-onlyIdempotent

Get the highest-scoring XI of a completed gameweek, with each player's points and position. Ideal for checking the top fantasy team once results are final.

Instructions

The highest-scoring XI of a completed gameweek.

Returns: {top_player:{id, points}, team:[{element, position, points}]} — 404s until the gameweek is finished.

Example: A gameweek's best XI {"gameweek": 1}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameweekYesA COMPLETED gameweek. An unplayed one 404s — that is seasonal, not drift. Required — part of the URL path.
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 valuable behavioral context: return payload structure, 404 error semantics until gameweek finishes, and authentication behavior (works without key, FPL_SESSION_COOKIE unlocks more). This exceeds what structured data provides.

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?

Compact and well-structured: one-sentence purpose, Returns block, Example, Auth. Every line adds unique information with no fluff. Front-loaded with the key concept before details.

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?

For a tool with one parameter and no output schema, the description provides everything needed: purpose, exact return format, error condition, example, and auth. It fully compensates for missing output schema by listing fields. No gaps identified.

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 single parameter 'gameweek' is fully documented in the schema (100% coverage) including type, requirement, and error behavior. The description only adds a usage example, which is helpful but not essential; baseline of 3 applies when schema carries the semantic weight.

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?

Clearly states resource ('highest-scoring XI of a completed gameweek') with specific detail. Distinguishes from siblings like fpl_live_gameweek and fpl_gameweeks by focusing on the final dream team XI per gameweek. Includes return shape, reinforcing purpose.

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?

Gives explicit context that the tool requires a COMPLETED gameweek and 404s on unfinished ones, establishing a clear when-not-to-use. Doesn't name alternative tools (e.g., fpl_live_gameweek for live scoring), but the exclusionary timing guidance is strong.

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