get_nfl_schedule
Retrieve NFL schedule details by week, including games, TV stations, scores, and winners. Defaults to the current week when no week is given.
Instructions
Get NFL schedule for a specific week or the current week.
Args: week: NFL week number (1-18 for regular season + playoffs). Can be integer or string (will be converted). If not provided or None, returns schedule for the current week.
Returns schedule information including:
Season year and current week
List of games for the specified week with:
Game date/time and TV station
Home and away teams
Scores (if game has been played)
Winner (if game is complete)
Uses Fantasy Nerds API for comprehensive schedule data.
Returns: Dict with week schedule and game information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||