Skip to main content
Glama

mlb-api-mcp

MIT License
18
  • Apple

get_mlb_linescore

Retrieve detailed linescore data for a specific MLB game by providing the game ID. Access in-depth inning-by-inning scores, status, and other game metrics through the mlb-api-mcp server.

Instructions

Get linescore for a specific game by game_id.

Args: game_id (int): The game ID.

Returns: dict: Linescore information.

Input Schema

NameRequiredDescriptionDefault
game_idYes

Input Schema (JSON Schema)

{ "properties": { "game_id": { "title": "Game Id", "type": "integer" } }, "required": [ "game_id" ], "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