Skip to main content

Tools

Interactive functions that perform specific FPL analysis tasks. All tools accept structured inputs and return formatted data. Many tools support an optional response_format parameter (markdown or json).

Player Tools (5 tools)

Tool NameDescriptionKey Parameters
fpl_find_playerFind player with fuzzy name matchingplayer_name
fpl_get_player_detailsComprehensive player info with fixtures and historyplayer_name
fpl_compare_playersCompare multiple players side-by-sideplayer_names[]
fpl_get_top_performersTop 10 players by goals, xG, assists, xA, xGInum_gameweeks, response_format
fpl_get_captain_recommendationsGet top captain picks for upcoming gameweekteam_id, gameweek, response_format

Team Tools (1 tool)

Tool NameDescriptionKey Parameters
fpl_analyze_team_fixturesAssess upcoming fixtures for a teamteam_name, num_gameweeks, response_format

Gameweek Tools (1 tool)

Tool NameDescriptionKey Parameters
fpl_get_current_gameweekCurrent or upcoming gameweek detailsresponse_format

Fixtures Tools (2 tools)

Tool NameDescriptionKey Parameters
fpl_get_fixtures_for_gameweekAll matches in a specific gameweek (basic or detailed)gameweek, detailed, response_format
fpl_find_fixture_opportunitiesFind teams with easiest upcoming fixturesnum_gameweeks, max_teams, positions, response_format

League & Manager Tools (6 tools)

Tool NameDescriptionKey Parameters
fpl_get_league_standingsLeague rankings and pointsleague_id, page, response_format
fpl_get_manager_gameweek_teamManager team by name within a leaguemanager_name, league_id, gameweek
fpl_compare_managersSide-by-side manager comparisonmanager_names[], league_id, gameweek
fpl_get_manager_squadManager squad by team IDteam_id, gameweek, response_format
fpl_get_manager_by_team_idManager profile without league contextteam_id, gameweek, response_format
fpl_analyze_rivalHead-to-head analysis with a rivalmy_team_id, rival_team_id, gameweek, response_format

Transfer Tools (4 tools)

Tool NameDescriptionKey Parameters
fpl_analyze_transferAnalyze a potential transfer decisionplayer_out, player_in, my_team_id, response_format
fpl_get_top_transferred_playersMost transferred in/out right nowlimit, response_format
fpl_get_manager_transfers_by_gameweekTransfers made by a managerteam_id, gameweek
fpl_get_manager_chipsView used and available chipsteam_id, response_format
Last modified on February 20, 2026