Skip to main content
Glama
mpizza

baseball-mcp

by mpizza

mlb_team_result

Retrieve scoring plays and highlights from a specific MLB team's most recent game by providing the team name and optional date.

Instructions

Retrieves the results (scoring plays and highlights) for a specific MLB team's most recent game.

Args:
    team_name (str): The name of the MLB team (e.g., "Los Angeles Dodgers").
    date (str, optional): The date for the schedule (YYYY-MM-DD). Defaults to today.
Returns:
    dict or None: A dictionary containing the scoring plays and game highlights for the team's most recent game,
                  or None if no game is found for the team.
                  The dictionary has the following structure:
                  {
                      "scoring_plays": list,  # List of scoring plays
                      "game_highlights": list  # List of game highlights
                  }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_nameYes
dateNo

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

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/mpizza/mcp_mlb_statsapi'

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