Skip to main content
Glama
nguyenanhducs

Fantasy Premier League MCP Server

fpl_get_manager_chips

Read-onlyIdempotent

Retrieve a manager's chip usage to see which chips have been used and which remain available, helping you plan your chip strategy.

Instructions

Get a manager's chip usage showing which chips have been used and which are still available.

Since the 2025/2026 season, FPL provides 4 chips per half-season.

Shows used chips with gameweek and timing, plus remaining available chips. Essential for strategic chip planning and recommendations.

Args: params (GetManagerChipsInput): Validated input parameters containing: - team_id (int): Manager's team ID (entry ID) - response_format (ResponseFormat): 'markdown' or 'json' (default: markdown)

Returns: str: Chip usage summary with used and available chips

Examples: - Check chip status: team_id=123456 - JSON format: team_id=123456, response_format="json"

Error Handling: - Returns error if team ID invalid - Returns formatted error message if API fails

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds context about half-season chips but no additional behavioral traits (e.g., auth needs, rate limits). It does not contradict annotations.

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?

The description is well-structured with clear sections (Args, Returns, Examples, Error Handling). It is concise yet comprehensive, with no wasted words.

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?

Given the tool's simplicity (one input object with two fields) and the presence of an output schema, the description fully covers what the agent needs to know. Examples and error handling are included.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides descriptions for both parameters (team_id and response_format). The description adds value by including examples and error handling, which goes beyond the schema alone.

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 clearly states the tool retrieves a manager's chip usage, distinguishing it from sibling tools that handle other FPL data. The verb 'get' and the specific resource 'manager chips' make the purpose explicit.

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 implies usage for strategic chip planning and provides examples, but lacks explicit when-not-to-use or alternatives. It is helpful but not fully comprehensive.

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/nguyenanhducs/fpl-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server