get_player_information
Retrieve detailed statistics and history for a Fantasy Premier League player by ID or name. Filter by gameweeks and include upcoming fixtures.
Instructions
Get detailed information and statistics for a specific player
Args:
player_id: FPL player ID (if provided, takes precedence over player_name)
player_name: Player name to search for (used if player_id not provided)
start_gameweek: Starting gameweek for filtering player history
end_gameweek: Ending gameweek for filtering player history
include_history: Whether to include gameweek-by-gameweek history
include_fixtures: Whether to include upcoming fixtures
Returns:
Comprehensive player information including stats and history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | No | ||
| player_name | No | ||
| start_gameweek | No | ||
| end_gameweek | No | ||
| include_history | No | ||
| include_fixtures | No |