Skip to main content
Glama

Fantasy Premier League MCP Server

MIT License
56
  • Apple

search_fpl_players

Search Fantasy Premier League players by name, with optional filters for position, team, and result limit. Retrieve detailed player information for effective FPL team management.

Instructions

Search for FPL players by name with optional filtering

Args: query: Player name or partial name to search for position: Optional position filter (GKP, DEF, MID, FWD) team: Optional team name filter limit: Maximum number of results to return Returns: List of matching players with details

Input Schema

NameRequiredDescriptionDefault
limitNo
positionNo
queryYes
teamNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "title": "Limit", "type": "integer" }, "position": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Position" }, "query": { "title": "Query", "type": "string" }, "team": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Team" } }, "required": [ "query" ], "title": "search_fpl_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