Skip to main content
Glama

mlb-api-mcp

MIT License
18
  • Apple

get_mlb_draft

Retrieve detailed MLB draft information for a specified year, including player selections and team data, via the mlb-api-mcp server's FastAPI-based interface.

Instructions

Get draft information for a specific year.

Args: year_id (int): Draft year.

Returns: dict: Draft information.

Input Schema

NameRequiredDescriptionDefault
year_idYes

Input Schema (JSON Schema)

{ "properties": { "year_id": { "title": "Year Id", "type": "integer" } }, "required": [ "year_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