Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SPORTRADAR_API_KEY | Yes | Your SportRadar MLB API key (trial or production) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_daily_schedule | Get MLB schedule for a specific date (YYYY-MM-DD format) or today if not specified. |
| get_game_summary | Get summary information for a specific MLB game. |
| get_game_boxscore | Get detailed boxscore for a specific MLB game. |
| get_standings | Get MLB standings for a specific year and league (AL/NL) or current season. |
| get_player_profile | Get detailed profile information for a specific MLB player. |
| get_team_profile | Get detailed profile information for a specific MLB team. |
| get_league_leaders | Get MLB league leaders for a specific year and category (hitting/pitching). |
| get_team_roster | Get current roster for a specific MLB team. |
| get_injuries | Get current MLB injury report. |
| get_game_play_by_play | Get detailed play-by-play data for a specific MLB game. |
| get_game_pitch_metrics | Get pitch-level metrics and Statcast data for a specific MLB game. |
| get_seasonal_statistics | Get seasonal statistics for a specific team. |
| get_player_seasonal_stats | Get seasonal statistics for a specific player. |
| get_transactions | Get MLB transactions for a specific date or recent transactions. |
| get_draft_summary | Get MLB draft summary for a specific year. |
| get_team_hierarchy | Get complete MLB team hierarchy with divisions and leagues. |
| get_seasonal_splits | Get seasonal splits for a player (home/away, vs lefty/righty, etc.). |
| get_seasonal_pitch_metrics | Get detailed Statcast pitch metrics for a player's season. |
| get_statcast_leaders | Get Statcast leaderboards (exit_velocity, launch_angle, barrel_rate, etc.). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |