get_roster
Retrieve a Token Bowl fantasy football team's complete roster by roster ID (1-10), including starters, bench, taxi, IR, player projections, records, and points.
Instructions
Get detailed roster information with full player data for a specific team.
Args: roster_id: The roster ID (1-10) for the team you want to view. Can be an integer or string (will be converted). Valid range: 1-10. Roster ID 2 is Bill Beliclaude.
Returns a comprehensive roster including:
Team information (owner, record, points)
Full player details for all rostered players
Current week projections and scoring
Organized into starters, bench, taxi, and IR
Useful meta information (projected points for starters, bench points, etc.)
Returns: Dict with roster info and enriched player data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roster_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||