Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

fpl_manager_picks

Read-onlyIdempotent

Retrieve a Fantasy Premier League manager's gameweek picks after deadline: starting XI, bench order, captain, vice-captain, active chip, automatic substitutions, and points.

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.

Also answers this: espnfantasy_rosters, sleeper_league_rosters, yahoo_team_roster.

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.
Behavior5/5

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

The description thoroughly explains behavior beyond the annotations: it documents the return structure, interprets position and multiplier values, notes bench order, and discloses auth requirements. It does not contradict the read-only, idempotent, or open-world hints.

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 front-loaded with a clear purpose and uses a structured return-shape block that earns its place given there is no output schema. It loses a point because the 'Also answers this' line is confusing and adds noise rather than useful context.

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?

With no output schema, the description provides a complete return contract, field-level explanations, an example, and auth behavior. It also leverages the input schema for path and deadline details, so the overall definition is comprehensive for a relatively complex tool.

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% for both parameters, so the schema already carries the semantic weight. The description's example adds a concrete invocation but does not materially expand on what managerId or gameweek mean beyond what the input schema already states.

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 specifies exactly what the tool returns: 'The exact XI, bench order, captain and chip a manager used in a gameweek.' This is precise and distinguishes it from sibling tools like fpl_squad or fpl_manager_history, which cover different FPL data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to use this tool versus alternatives. The cryptic closing line 'Also answers this: espnfantasy_rosters, sleeper_league_rosters, yahoo_team_roster' is unclear and does not provide actionable when-to-use or when-not-to-use instructions.

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