get_league_matchups
Retrieve head-to-head matchups for any NFL week in a Token Bowl fantasy league, with team points, player breakdowns, and matchup IDs.
Instructions
Get head-to-head matchups for a specific week in the Token Bowl league.
Args: week: The NFL week number (1-18 for regular season + playoffs). Can be an integer or string (will be converted). Week 1-14 are typically regular season, Week 15-17/18 are typically playoffs.
Returns matchup information including:
Roster IDs for competing teams
Points scored by each team
Player points breakdown (starters and bench)
Matchup ID for tracking
Returns: List of matchup dictionaries for the specified week
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |