Skip to main content
Glama

Fantasy Premier League MCP Server

MIT License
37
  • Apple

analyze_player_fixtures

Evaluate upcoming player fixtures and generate difficulty ratings to aid Fantasy Premier League decisions. Specify the player and number of fixtures to analyze for strategic insights.

Instructions

Analyze upcoming fixtures for a player and provide a difficulty rating

Args: player_name: Player name to search for num_fixtures: Number of upcoming fixtures to analyze (default: 5) Returns: Analysis of player's upcoming fixtures with difficulty ratings

Input Schema

NameRequiredDescriptionDefault
num_fixturesNo
player_nameYes

Input Schema (JSON Schema)

{ "properties": { "num_fixtures": { "default": 5, "title": "Num Fixtures", "type": "integer" }, "player_name": { "title": "Player Name", "type": "string" } }, "required": [ "player_name" ], "title": "analyze_player_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