Skip to main content
Glama

mlb-api-mcp

MIT License
25
  • Apple

get_mlb_game_pace

Retrieve game pace statistics for a specific MLB season using season year and sport ID. Access key metrics to analyze gameplay duration and trends in baseball data.

Instructions

Get game pace statistics for a given season.

Args: season (int): Season year. sport_id (int): Sport ID (default: 1 for MLB).

Returns: dict: Game pace statistics.

Input Schema

NameRequiredDescriptionDefault
seasonYes
sport_idNo

Input Schema (JSON Schema)

{ "properties": { "season": { "title": "Season", "type": "integer" }, "sport_id": { "default": 1, "title": "Sport Id", "type": "integer" } }, "required": [ "season" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/guillochon/mlb-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server