fpl_analyze_players
Filter and analyze FPL players by team, position, price, points, ownership, and form to identify candidates for your fantasy squad.
Instructions
Filter and analyze FPL players based on multiple criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team name filter | |
| limit | No | Maximum number of players to return | |
| sort_by | No | Metric to sort results by (default: total_points) | total_points |
| position | No | Player position (e.g., "midfielders", "defenders") | |
| max_price | No | Maximum player price in millions | |
| min_price | No | Minimum player price in millions | |
| min_points | No | Minimum total points | |
| sort_order | No | Sort direction ("asc" or "desc") | desc |
| max_ownership | No | Maximum ownership percentage | |
| min_ownership | No | Minimum ownership percentage | |
| num_gameweeks | No | Number of recent gameweeks to include | |
| form_threshold | No | Minimum form rating | |
| include_gameweeks | No | Whether to include gameweek-by-gameweek data |