Skip to main content
Glama
dingyiyi0226

Yahoo Fantasy Baseball MCP Server

by dingyiyi0226

List probable starting pitchers for a date

list_probable_starters
Read-only

List probable starting pitchers for any MLB date, including opponent and game time. Optionally tag each as your player, opponent, or free agent to find streamable starters.

Instructions

List every probable starting pitcher across MLB for a date, with each one's opponent, home/away, and game start time (UTC). Sourced from the MLB Stats API (no Yahoo auth needed). MLB only posts probables for roughly today through ~2-3 days out, so 'tomorrow' returns a full board, the day after is usually partial, and dates further out return few or none (not yet announced — not an error). Set fantasyContext=true to also label each starter as yourTeam / otherTeam (with the owning manager) / freeAgent — useful for spotting streamable free-agent starters. Enrichment issues about one Yahoo request per starter (~10-26), so leave it off unless you need ownership.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate as YYYY-MM-DD; defaults to today. Use tomorrow/day-after for planning.
fantasyContextNoWhen true, annotate each starter with Yahoo ownership in the configured league.
Behavior5/5

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

Discloses source (MLB Stats API), no auth needed, explains data availability pattern (not an error for empty results), and warns about per-starter Yahoo requests. This goes well beyond the readOnlyHint annotation.

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?

Front-loaded with main action and output, then details. Slightly lengthy but every sentence earns its place with useful information. No wasted words.

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?

No output schema, but description outlines return fields (opponent, home/away, start time, optional fantasy context). Explains data limitations. Sufficient for a list tool with two parameters.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaningful context: date parameter's typical range and behavior for future dates, and fantasyContext's enrichment cost and value. Adds extra clarity beyond schema.

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 'list every probable starting pitcher across MLB for a date' with specific details (opponent, home/away, start time). This distinguishes it from sibling tools like search_players or get_player_stats, which serve different purposes.

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

Usage Guidelines4/5

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

Provides explicit guidance on when data is available (today through ~2-3 days out) and advises against using fantasyContext unless needed due to enrichment cost. No explicit alternatives to other tools, but the context signals include a sibling list.

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/dingyiyi0226/fantasy-baseball-mcp'

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