Skip to main content
Glama
eponerine

ESPN Fantasy Football MCP Server

by eponerine

Weekly matchups

get_matchups
Read-only

Get a week's matchup schedule with bracket type to preview opponents and evaluate playoff scenarios.

Instructions

Get the matchup schedule for a week, including matchup_type (regular season, winners bracket, losers/consolation bracket). Use this to preview who plays whom, including future weeks, and to work out playoff scenarios.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weekNoNFL scoring week (1-18). Omit for the current week. Fantasy playoffs are usually weeks 15-17.
yearNoSeason year, e.g. 2026. Omit to use the server-configured default season.
leagueIdNoESPN league ID. Omit to use the server-configured default league.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and destructiveHint, so the safe read-only nature is covered. The description adds useful context about future-week availability and matchup types, but does not disclose output shape, pagination, or any operational limits.

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 two tight sentences with no filler. The core function is front-loaded, and the use-case guidance earns its place without redundancy.

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 read-only tool with three optional, fully documented parameters and no output schema, the description conveys the essential semantics and use cases. It is slightly light on what the returned matchup objects actually contain beyond matchup_type, but nothing critical is missing for calling it.

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?

Schema description coverage is 100%, so all three parameters are already documented. The description does not add parameter-level meaning beyond the general idea of a weekly schedule, so baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool retrieves the matchup schedule for a week, including matchup_type categories like regular season and brackets. It is clear enough to distinguish from scoring/standings tools, though it does not explicitly name a sibling alternative.

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?

The description gives explicit use cases: previewing who plays whom, including future weeks, and working out playoff scenarios. It does not mention exclusions or when to prefer a sibling tool, but the context is clear.

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