Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

mlb_game_pace

Read-onlyIdempotent

Retrieve MLB game pace metrics for a season, including pitches per game and time of game, optionally filtered by team.

Instructions

Game-pace / tempo metrics for a season (pitches per game, time of game, etc.), optionally by team.

Returns: {sports:[{...pace}], teams:[{team, ...pace}], leagues:[...]}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonYesSeason year.
sportIdNoSport id (1 = MLB).
teamIdsNoFilter to team(s).
Behavior4/5

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

The description discloses the return shape ({sports, teams, leagues}) and explicitly states no authentication is required. While annotations already declare readOnlyHint, openWorldHint, and idempotentHint, the description adds concrete output structure and auth details, contributing value beyond the structured fields.

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?

The description is compact and front-loaded: one sentence for purpose, one for return format, and one for auth. Every sentence contributes meaningful information without redundancy or filler.

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

Completeness5/5

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

The tool is simple (3 params, no output schema), and the description provides a sufficient return structure, making output predictable. Combined with annotations for read-only/idempotent behavior, the description is complete enough for an agent to select and invoke the tool correctly.

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 provides 100% coverage with descriptions for all three parameters (season, sportId, teamIds). The description's mention of 'optionally by team' aligns with the teamIds parameter but adds no additional syntax or behavioral detail beyond the schema, so the baseline of 3 is appropriate.

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 clearly states the tool returns game-pace/tempo metrics (pitches per game, time of game) for a season, optionally filtered by team. This is specific and distinguishes it from sibling tools like mlb_schedule or mlb_standings by naming the exact metric domain.

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 usage when season-level pace metrics are needed, but it provides no explicit guidance on when to use this tool versus alternatives, nor any exclusions. It gives clear context (season, optional team filter) but does not name alternative tools or state when not to use it.

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/DanielTomaro13/sportsdata-mcp'

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