Weekly scoreboard
get_scoreboardRetrieve head-to-head fantasy football scores for any week, showing home/away teams, scores, and playoff matchups. Future weeks return zero scores.
Instructions
Get head-to-head scores for a week: home/away team names, scores and whether the matchup is a playoff game. Safe to call for future weeks, where scores will be zero. For per-player detail use get_box_scores instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | NFL scoring week (1-18). Omit for the current week. Fantasy playoffs are usually weeks 15-17. | |
| 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. |