compare_players
Compare multiple FPL players across metrics like points, form, goals, assists, and bonus, with optional gameweek and fixture analysis to inform your selection decisions.
Instructions
Compare multiple players across various metrics
Args:
player_names: List of player names to compare (2-5 players recommended)
metrics: List of metrics to compare (bootstrap names like
total_points/goals_scored are accepted as aliases)
include_gameweeks: Whether to include gameweek-by-gameweek comparison
num_gameweeks: Number of recent gameweeks to include in comparison
include_fixture_analysis: Whether to include fixture analysis including blanks and doubles
Returns:
Detailed comparison of players across the specified metrics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | ||
| player_names | Yes | ||
| num_gameweeks | No | ||
| include_gameweeks | No | ||
| include_fixture_analysis | No |