Team roster for a week
get_rosterRetrieve a team's weekly roster with player names, positions, starter/bench status, injury updates, and ownership percentages to inform start/sit and trade decisions.
Instructions
Get one team's roster for a specific week: player names, positions, lineup slot (starter vs bench), eligible slots, pro team, injury status and ownership percentages. This is the starting point for start/sit, trade and roster-construction questions. Both teamId and week are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | Scoring week for the roster snapshot. Required. | |
| year | No | Season year, e.g. 2026. Omit to use the server-configured default season. | |
| teamId | Yes | Fantasy team ID from get_teams. Resolve team names to IDs with get_teams first. | |
| leagueId | No | ESPN league ID. Omit to use the server-configured default league. |