League summary
get_leagueRetrieve league details (ID, season, name, team count) and current week to establish season context before answering week-specific fantasy football questions.
Instructions
Get the league id, season year, league name, team count and — most importantly — current_week. Call this before any week-scoped question so you know what "this week" means.
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. |