get_league_rosters
Retrieve every team roster in the Token Bowl fantasy league, with records, points, and waiver positions; optionally include full player ID details.
Instructions
Get all team rosters in the Token Bowl league with player assignments.
Args: include_details: If True, include full player ID arrays and all roster details. If False, return only summary info (default). Summary includes: roster_id, owner_id, wins, losses, ties, points_for, points_against, waiver_position.
Returns roster information for each team.
When include_details=False (default):
Roster ID and owner user ID
Record (wins, losses, ties)
Points for and against
Waiver position
When include_details=True:
All summary info above
List of player IDs on the roster (starters and bench)
Taxi squad and injured reserve assignments
Keeper information if applicable
All other roster settings
Returns: List of roster dictionaries, one for each team in the league
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_details | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |