All fantasy teams
get_teamsList every fantasy team with ID, stats, and division, then convert a team name to the numeric team ID needed by other tools.
Instructions
List every fantasy team with team_id, name, abbreviation, record (wins/losses/ties), points for, points against and division. Use this to translate a team name the user typed into the numeric teamId other tools require.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Season year, e.g. 2026. Omit to use the server-configured default season. | |
| leagueId | No | ESPN league ID. Omit to use the server-configured default league. |