Skip to main content
Glama
nguyenanhducs

Fantasy Premier League MCP Server

fpl_analyze_rival

Read-onlyIdempotent

Compare your Fantasy Premier League team against a rival manager. Get head-to-head analysis on points, rank, chip usage, captaincy, and key differentials.

Instructions

Compare your team against a specific rival manager.

Provides a comprehensive head-to-head analysis including:

  • Points and Rank comparison

  • Chip usage history

  • Captaincy comparison

  • Key Differentials (players they own that you don't)

Args: params (AnalyzeRivalInput): Validated input parameters containing: - my_team_id (int): Your team ID - rival_team_id (int): Rival's team ID - gameweek (int | None): Gameweek number (defaults to current)

Returns: str: Detailed rival analysis and threat assessment

Examples: - Compare me vs rival: my_team_id=123, rival_team_id=456 - Analyze past GW: my_team_id=123, rival_team_id=456, gameweek=10

Error Handling: - Returns error if either 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 indicate read-only, non-destructive, idempotent behavior. The description adds context about return format ('str: Detailed rival analysis and threat assessment') and error handling, but does not disclose additional behavioral traits beyond what annotations provide.

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 with sections (Args, Returns, Examples, Error Handling) and is concise given the tool's complexity. Every section serves a purpose without unnecessary verbosity.

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 read-only analysis tool, the description covers parameters, return type, and error handling. It lacks explicit mention of rate limits or data freshness, but given the annotations and schema richness, it is sufficiently complete for an AI agent to use.

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 provides descriptions for all parameters (my_team_id, rival_team_id, gameweek, response_format), so the description's list of args adds little new semantic value. The examples provided are a minor addition, but overall the description largely restates schema information.

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 'Compare your team against a specific rival manager' and lists specific analysis features (points, rank, chips, captaincy, differentials), which distinguishes it from siblings like fpl_compare_managers.

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?

No explicit guidance on when to use this tool versus alternatives such as fpl_compare_managers. The description only mentions what it does, not when it is preferred or not.

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