Analyze advanced player stats
analyze_player_statsConsolidate advanced baseball statistics from MLB Stats, Baseball Savant, and FanGraphs to evaluate player performance and guide add/drop decisions.
Instructions
Fetch and aggregate advanced statistics for a single player from multiple authoritative sources: MLB Stats API (standard stats), Baseball Savant (Statcast exit velocity / barrel rate / expected stats / sprint speed), and FanGraphs (WAR, wRC+, K%, BB%, plate discipline). Use this before making roster add/drop decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playerName | Yes | Player's full name, e.g. 'Shohei Ohtani' or 'Freddie Freeman' | |
| season | No | Season year, e.g. 2025. Defaults to the current season. |