mlb_game_pace
Retrieve MLB game pace metrics for a season, including pitches per game and time of game, optionally filtered by team.
Instructions
Game-pace / tempo metrics for a season (pitches per game, time of game, etc.), optionally by team.
Returns: {sports:[{...pace}], teams:[{team, ...pace}], leagues:[...]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | Season year. | |
| sportId | No | Sport id (1 = MLB). | |
| teamIds | No | Filter to team(s). |