analyze_fixtures
Assess upcoming fixtures for players, teams, or positions to identify favorable and challenging matchups, with options to include blank and double gameweek info.
Instructions
Analyze upcoming fixtures for players, teams, or positions
Args:
entity_type: Type of entity to analyze ("player", "team", or "position")
entity_name: Name of the specific entity
num_gameweeks: Number of gameweeks to look ahead
include_blanks: Whether to include blank gameweek info
include_doubles: Whether to include double gameweek info
Returns:
Fixture analysis with difficulty ratings and summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | No | ||
| entity_type | No | player | |
| num_gameweeks | No | ||
| include_blanks | No | ||
| include_doubles | No |