Skip to main content
Glama

mlb-api-mcp

MIT License
18
  • Apple

get_mlb_game_pace

Analyze game pace statistics for a specific MLB season by providing the year and optional sport ID. Retrieve detailed data on game durations and trends to enhance baseball analytics and insights.

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