Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

fpl_manager

Read-onlyIdempotent

Retrieve a Fantasy Premier League manager's squad summary, including overall points, rank, and league memberships, by providing their manager ID.

Instructions

A manager's squad summary: overall rank, points, and every league they are in.

Returns: {id, name:'Squad Name', player_first_name, player_last_name, player_region_name, summary_overall_points, summary_overall_rank, summary_event_points, summary_event_rank, current_event, started_event, last_deadline_bank, last_deadline_value, last_deadline_total_transfers, leagues:{classic:[{id, name, entry_rank, entry_last_rank}], h2h:[…], cup:{…}}} — last_deadline_value and last_deadline_bank are in TENTHS of a million, like player prices.

Example: A manager's summary {"managerId": 1}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
managerIdYesManager (entry) id — the number in the URL when you view a squad on the FPL site. Required — part of the URL path.
Behavior4/5

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

Annotations already declare this a read-only, idempotent, open-world operation. The description adds meaningful behavioral context beyond that: optional auth via FPL_SESSION_COOKIE, the detailed return structure, and the unit clarification for last_deadline_value/bank. No contradiction with annotations exists.

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 into distinct sections (summary, return shape, unit note, example, auth) and front-loads the primary purpose. The return structure is verbose but necessary since no output schema exists. No filler sentences are present.

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 single-parameter read-only tool with no output schema, the description is thorough: it explains the full return object, units, auth behavior, and gives a concrete example. The only minor omission is the exact effect of the session cookie on the response, but this does not prevent correct invocation or 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 for managerId is 100% and the schema already explains it thoroughly. The description's example merely restates the parameter and adds no new format or syntax information beyond the schema, so it does not elevate above the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns a manager's squad summary including overall rank, points, and leagues. It uses a specific resource ('manager's squad') and identifies the core outputs, though it does not explicitly contrast with sibling fpl tools like fpl_manager_history or fpl_manager_picks.

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?

Usage is implied via the described purpose (use this to get a manager's squad summary), but there are no explicit when-to-use/when-not-to-use instructions or named alternatives. The auth note (works without a key; cookie unlocks more) is useful but not a substitute for selection 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