Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

mlb_game

Fetch a complete MLB game feed by game ID, including status, teams, score, innings, probable pitchers, decisions, and box-score totals.

Instructions

Get an MLB game feed. Returns a compact MLB game feed with status, teams, score, innings, probable pitchers, decisions, and team box-score totals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric MLB game id
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, and the description does not disclose safety or side-effect behavior (e.g., that it is read-only, error conditions, or data freshness). It only lists the output fields, leaving the agent to infer that it's a safe read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the action, and no redundant information. Every word contributes to describing the tool's output.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read tool, the description covers the purpose, the input from the schema, and the expected output contents. It doesn't mention error handling or data limitations, but given the low complexity, this is acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides full coverage of the single 'id' parameter with a clear description ('Numeric MLB game id'), and the tool description adds no additional parameter-specific context. Baseline of 3 applies for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Get' and clearly identifies the resource ('MLB game feed') and its scope (status, teams, score, innings, probable pitchers, decisions, team box-score totals). This differentiates it from sibling tools like mlb_game_boxscore and mlb_game_play_by_play.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies its usage (when you need a compact game feed) and lists the included data, but does not explicitly state when to use this tool over alternatives like mlb_game_boxscore or mlb_game_play_by_play, nor does it mention exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Crawlora-org/crawlora-mcp'

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