fpl_get_player_information
Retrieve detailed FPL player statistics and information by player ID or name, with optional gameweek history and upcoming fixtures.
Instructions
Get detailed information and statistics for a specific player
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | No | FPL player ID (if provided, takes precedence over player_name) | |
| player_name | No | Player name to search for (used if player_id not provided) | |
| end_gameweek | No | Ending gameweek for filtering player history | |
| start_gameweek | No | Starting gameweek for filtering player history | |
| include_history | No | Whether to include gameweek-by-gameweek history | |
| include_fixtures | No | Whether to include upcoming fixtures |