Skip to main content
Glama

mlb-api-mcp

MIT License
18
  • Apple

get_mlb_player_info

Retrieve detailed information about an MLB player by providing their unique player ID. Access player stats, profiles, and other relevant data for integration or analysis.

Instructions

Get information about a specific player by ID.

Args: player_id (int): The player ID.

Returns: dict: Player information.

Input Schema

NameRequiredDescriptionDefault
player_idYes

Input Schema (JSON Schema)

{ "properties": { "player_id": { "title": "Player Id", "type": "integer" } }, "required": [ "player_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