Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getFixturesForGameweek | Fetch fixtures for a specific gameweek |
| getLiveEvent | Fetch focused live stats for a gameweek. Optionally filter to specific players by providing elementIds array. |
| getEntryHistory | Fetch this and previous season performance of a team |
| getEntryTransfers | Fetch all transfers of a team |
| getEntryPicks | Fetch squad picks of a team for a specific week |
| getLeagueStandings | Fetch information about a league by ID |
| getLeagueStandingsPage | Fetch a page of league standings for leagues with more than 50 teams |
| getRegions | Fetch FPL region list |
| getBestClassicPrivateLeagues | Fetch list of best classic private leagues |
| getPlayerData | Fetch all player data |
| getTeamData | Fetch all team data |
| getGameweekData | Fetch all gameweek data |
| getChipData | Fetch all chip data |
| getFixtures | Fetch all FPL fixtures |
| getElementSummary | Fetch details for a specific player (element) |
| getEntry | Fetch general info about a team by entry ID |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |