fpl_get_current_gameweek
Retrieve the current or upcoming Fantasy Premier League gameweek details, including deadline and status, to plan transfers and track season progress.
Instructions
Get the current or upcoming Fantasy Premier League gameweek information.
Returns the gameweek that is currently active (before deadline) or the next gameweek (after deadline). Essential for determining which gameweek to plan transfers for and understanding the current state of the season.
Args: params (GetCurrentGameweekInput): Validated input parameters containing: - response_format (ResponseFormat): 'markdown' or 'json' (default: markdown)
Returns: str: Current/upcoming gameweek details with deadline and status
Examples: - Check current GW: response_format="markdown" - Get as JSON: response_format="json"
Error Handling: - Returns error if gameweek data unavailable - Returns error if no active gameweek found - Returns formatted error message if API fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |