Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

fpl_live_gameweek

Read-onlyIdempotent

Retrieve live Fantasy Premier League player points for a gameweek, including detailed breakdowns of why each point was earned. Get real-time scoring to reconcile player performance.

Instructions

Live per-player scoring for a gameweek — points as they are being earned.

Returns: {elements:[{id, stats:{minutes, goals_scored, assists, clean_sheets, goals_conceded, saves, bonus, bps, total_points, expected_goals, …}, explain:[{fixture, stats:[{identifier, points, value}]}]}]} — explain breaks a player's points down by WHY they were awarded, which is the only way to reconcile a score. Returns {elements: []} for a gameweek that has not started — empty is normal pre-season, not a failure.

Example: Live scoring for a gameweek {"gameweek": 1}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameweekYesGameweek number (1-38). Required — part of the URL path.
Behavior4/5

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

Annotations already mark the tool as read-only and idempotent; the description adds valuable behavior: the returned JSON structure, the meaning of `explain` for reconciling scores, and the empty-array pre-season edge case. It also clarifies authentication expectations (no key required, cookie unlocks more), which is beyond the annotations.

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 organized in clear blocks (purpose, returns, example, auth) and every sentence adds information. The JSON snippet is long but serves to document the output, which is justified given no output schema.

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 one-parameter read-only tool, the description covers the core output structure, explain semantics, edge case, and auth context. It lacks explicit sibling differentiation, but otherwise provides sufficient context for invocation and interpretation.

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 100% (gameweek: integer 1-38 required), so the schema carries the semantic weight. The description's example `{"gameweek": 1}` confirms usage but adds no extra parameter behavior beyond the schema.

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?

Description opens with a clear verb+object: 'Live per-player scoring for a gameweek' with the key qualifier 'as they are being earned.' This distinguishes it from sibling FPL tools like fpl_gameweeks or fpl_player_detail, which focus on schedules or static player data.

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 provides clear context: it is for live scoring, with an example call and a note that empty results pre-season are normal. It does not explicitly name alternatives or state when not to use it, but the 'live' framing and empty-result semantics give enough 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