get_league_transactions
Retrieve waiver wire and trade transactions for the Token Bowl league by round. Get player adds, drops, FAAB bids, and trade details enriched with cached stats.
Instructions
Get waiver wire and trade transactions for the Token Bowl league.
Args: round: The transaction round/week number (default: 1). Can be an integer or string (will be converted). Must be positive (1 or greater). Transactions are grouped by processing rounds. Higher rounds represent more recent transactions.
Returns transaction details including:
Transaction type (waiver, free_agent, trade)
Players added and dropped with full player data from cache
Each player includes name, team, position, and all cached stats/projections
FAAB bid amounts (if applicable)
Transaction status and timestamps
Trade details if applicable
Returns: List of transaction dictionaries for the specified round with enriched player data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |