Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

fpl_manager_picks

Read-onlyIdempotent

Get a Fantasy Premier League manager's exact starting XI, bench order, captain, and active chip for a gameweek. Pass a manager ID and a started gameweek to reveal played, benched, and captain choices.

Instructions

The exact XI, bench order, captain and chip a manager used in a gameweek.

Returns: {active_chip, automatic_subs:[{element_in, element_out}], entry_history:{event, points, total_points, rank, bank, value, event_transfers, event_transfers_cost, points_on_bench}, picks:[{element, position:1-15, multiplier:0|1|2|3, is_captain, is_vice_captain}]} — position 1-11 is the XI and 12-15 the bench IN ORDER. multiplier 2 is the captain, 3 a triple-captain chip, and 0 means they did not play (benched).

Example: A manager's gameweek team {"managerId": 1, "gameweek": 1}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameweekYesA gameweek that has STARTED — picks are hidden until the deadline passes, and an unplayed one 404s. Required — part of the URL path.
managerIdYesManager (entry) id. Required — part of the URL path.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.26.0

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the readOnly, openWorld, and idempotent annotations, the description discloses critical behavioral details: the deadline dependency (hides picks before deadline), the 404 for unplayed gameweeks, the meaning of multiplier values (0=benched, 2=captain, 3=triple captain), and position semantics (1-11 XI, 12-15 bench). This significantly exceeds annotation coverage.

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 well-structured and front-loaded with the core purpose. It includes a compact return-type summary with semantic explanations, followed by an example and auth note. While somewhat detailed, every section earns its place and there is no filler.

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?

Since there is no output schema, the description fully explains the return payload, including nested structures and value meanings (positions, multipliers). It covers authentication requirements and a call example. Nothing essential for calling this tool correctly is missing.

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 schema already documents both parameters with descriptions, and the gameweek description includes the deadline/404 condition. The tool description does not add further meaning to the parameters themselves; it only provides an example call. With 100% schema coverage, a baseline of 3 is appropriate.

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 states a specific verb and resource: it retrieves the exact XI, bench order, captain, and chip used by a manager in a gameweek. This clearly distinguishes it from related FPL tools like fpl_manager or fpl_manager_history by focusing on the specific lineup and captaincy details.

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 gives important usage context: picks are hidden until the gameweek deadline passes, and an unplayed gameweek returns a 404. It also notes the authentication behavior (works without a key, FPL_SESSION_COOKIE unlocks more). However, it does not explicitly compare to sibling tools or state when NOT to use it, so it misses an explicit exclusion.

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