Skip to main content
Glama

Fantasy Premier League MCP Server

MIT License
37
  • Apple

compare_players

Analyze and compare Fantasy Premier League players across metrics like points, form, goals, and fixtures. Use this tool to evaluate performance, recent gameweeks, and future fixture difficulty for informed decisions.

Instructions

Compare multiple players across various metrics

Args: player_names: List of player names to compare (2-5 players recommended) metrics: List of metrics to compare include_gameweeks: Whether to include gameweek-by-gameweek comparison num_gameweeks: Number of recent gameweeks to include in comparison include_fixture_analysis: Whether to include fixture analysis including blanks and doubles Returns: Detailed comparison of players across the specified metrics

Input Schema

NameRequiredDescriptionDefault
include_fixture_analysisNo
include_gameweeksNo
metricsNo
num_gameweeksNo
player_namesYes

Input Schema (JSON Schema)

{ "properties": { "include_fixture_analysis": { "default": true, "title": "Include Fixture Analysis", "type": "boolean" }, "include_gameweeks": { "default": false, "title": "Include Gameweeks", "type": "boolean" }, "metrics": { "default": [ "total_points", "form", "goals_scored", "assists", "bonus" ], "items": { "type": "string" }, "title": "Metrics", "type": "array" }, "num_gameweeks": { "default": 5, "title": "Num Gameweeks", "type": "integer" }, "player_names": { "items": { "type": "string" }, "title": "Player Names", "type": "array" } }, "required": [ "player_names" ], "title": "compare_playersArguments", "type": "object" }

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/rishijatia/fantasy-pl-mcp'

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