get_free_agents
Find available free agents and waiver wire players in your ESPN Fantasy Basketball league. Filter by position and limit results to identify potential pickups.
Instructions
Get free agents/waiver wire players from an ESPN Fantasy Basketball league.
Args:
league_id: ESPN Fantasy Basketball league ID (optional, uses ESPN_LEAGUE_ID env var)
year: Season year (e.g., 2025) (optional, uses ESPN_YEAR env var or defaults to 2025)
size: Number of players to return (max 50, default 50)
position_id: Filter by position ID (optional)
espn_s2: ESPN authentication cookie for private leagues (optional, uses ESPN_S2 env var)
swid: ESPN SWID cookie for private leagues (optional, uses ESPN_SWID env var)
Returns:
List of available free agent player dictionaries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| swid | No | ||
| year | No | ||
| espn_s2 | No | ||
| league_id | No | ||
| position_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |