get_player_game_log
Retrieve detailed game logs for NBA players by specifying their ID, season, and season type to analyze performance across Regular Season, Playoffs, Pre Season, or All Star games.
Instructions
Get game log for a player by their ID, season, and season type.
Args: player_id: str The id of the player. season: str The season in the format 'YYYY-YY'. season_type: str The type of season. Pattern: "Regular Season", "Pre Season", "Playoffs", "All Star"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
player_id | Yes | ||
season | Yes | ||
season_type | Yes |