Player card
get_player_infoRetrieve position, team, ownership, start percentage, injury status, and scoring for any fantasy football player using name or ESPN ID.
Instructions
Look up a single player by name or ESPN playerId and get their position, pro team, ownership and start percentages, injury status, and scoring. Use the exact full name ("Patrick Mahomes"); if the lookup fails, find the player via get_free_agents or get_roster and use the returned player_id instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Full player name, e.g. "Patrick Mahomes". | |
| 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. | |
| playerId | No | ESPN player id. Preferred when known. |