get_double_gameweeks
Identify upcoming double gameweeks in Fantasy Premier League where teams play multiple matches within a gameweek. Specify the number of future gameweeks to analyze and receive details on affected teams for strategic FPL planning.
Instructions
Get information about upcoming double gameweeks where teams play multiple times
Args:
num_gameweeks: Number of upcoming gameweeks to check (default: 5)
Returns:
Information about double 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_double_gameweeksArguments",
"type": "object"
}