statcast_pitcher
Retrieve detailed pitch-level data for MLB pitchers, including pitch types, velocity, spin rates, movement metrics, and exit velocity allowed, to analyze performance trends over specified date ranges.
Instructions
Get pitch-level Statcast data for a specific pitcher in a date range.
Returns every pitch thrown — pitch type, velocity, spin rate, movement, exit velocity allowed, and more.
Args: player_name: Full name of the pitcher (e.g. 'Gerrit Cole'). start_date: Start date in YYYY-MM-DD format. end_date: End date in YYYY-MM-DD format (defaults to start_date).
Great for analyzing a pitcher's stuff, outings, or trends over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_name | Yes | ||
| start_date | Yes | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |