get_blank_gameweeks
Identify upcoming blank gameweeks in Fantasy Premier League and affected teams to plan your squad effectively. Specify the number of gameweeks to analyze for optimal strategy.
Instructions
Get information about upcoming blank gameweeks where teams don't have fixtures
Args:
num_gameweeks: Number of upcoming gameweeks to check (default: 5)
Returns:
Information about blank gameweeks and affected teams
Input Schema
Name | Required | Description | Default |
---|---|---|---|
num_gameweeks | No |
Input Schema (JSON Schema)
{
"properties": {
"num_gameweeks": {
"default": 5,
"title": "Num Gameweeks",
"type": "integer"
}
},
"title": "get_blank_gameweeksArguments",
"type": "object"
}