espnfantasy_nav
Fetch a lightweight ESPN fantasy league overview—name, size, and current user's team—for quick orientation before heavier data calls.
Instructions
Lightweight nav payload — league name, size and the current user's team, for cheap orientation before a heavy call.
Returns: {id, settings:{name, size}, status:{…}, teams:[{id, abbrev}], members:[…]}
Example: Cheap league header {"game": "ffl", "seasonId": 2018, "leagueId": 1234}
Auth: works without a key; ESPN_FANTASY_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Fantasy game code. One of: ffl, flb, fba, fhl, wfba. | ffl |
| view | No | Leave as-is. | |
| leagueId | Yes | League id. Required — part of the URL path. | |
| seasonId | Yes | Season year (>= 2018). Required — part of the URL path. |