Skip to main content
Glama
petegibbins

Royals26

by petegibbins

small_ball

Get bunt, sacrifice, and ground/fly tendencies for any team to inform scouting and matchup decisions.

Instructions

Bunt, sacrifice and ground/fly tendencies for a team.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the data category (bunt, sacrifice, ground/fly tendencies) but does not disclose whether the team parameter is required, what happens when team is null, whether it returns season-to-date or projected data, or any rate-limit or data-source behavior.

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

Conciseness4/5

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

The description is a single short sentence with no filler, and the key content (bunt, sacrifice, ground/fly tendencies) is front-loaded. It is concise, though it sacrifices useful context for brevity.

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

Completeness2/5

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

For a one-parameter tool with no annotations and no output schema, the description should at least clarify the team parameter's behavior and the tool's scope relative to siblings. It does neither, leaving an agent to guess whether null means 'all teams' or 'default team' and what the returned data looks like.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the undocumented 'team' parameter. The description mentions 'for a team' but does not explain the accepted format (e.g., team name vs. abbreviation), the meaning of null/default, or how the parameter filters results. This is a clear gap.

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

Purpose3/5

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

The description names a specific resource ('small ball' tendencies for a team) and lists the covered behaviors (bunt, sacrifice, ground/fly tendencies), so an agent can tell it is a team-level situational-stats tool. However, it does not distinguish it from siblings like running_game or count_tendencies, and the verb is implicit rather than explicit.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives such as running_game, count_tendencies, or team_batting. The description implies it is for team-level small-ball tendencies, but it does not state conditions, exclusions, or how it differs from sibling tools.

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