Skip to main content
Glama

Fantasy Premier League MCP Server

MIT License
37
  • Apple

analyze_fixtures

Assess upcoming fixtures for Fantasy Premier League players, teams, or positions by evaluating difficulty ratings and summarizing key details over specified gameweeks, including blank or double gameweeks.

Instructions

Analyze upcoming fixtures for players, teams, or positions

Args: entity_type: Type of entity to analyze ("player", "team", or "position") entity_name: Name of the specific entity num_gameweeks: Number of gameweeks to look ahead include_blanks: Whether to include blank gameweek info include_doubles: Whether to include double gameweek info Returns: Fixture analysis with difficulty ratings and summary

Input Schema

NameRequiredDescriptionDefault
entity_nameNo
entity_typeNoplayer
include_blanksNo
include_doublesNo
num_gameweeksNo

Input Schema (JSON Schema)

{ "properties": { "entity_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Entity Name" }, "entity_type": { "default": "player", "title": "Entity Type", "type": "string" }, "include_blanks": { "default": true, "title": "Include Blanks", "type": "boolean" }, "include_doubles": { "default": true, "title": "Include Doubles", "type": "boolean" }, "num_gameweeks": { "default": 5, "title": "Num Gameweeks", "type": "integer" } }, "title": "analyze_fixturesArguments", "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