Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

sleeper_matchups

Read-onlyIdempotent

Retrieve a league's weekly matchups with roster points, starters, and per-player scoring.

Instructions

One week's matchups with each roster's points, starters and per-player scoring.

Returns: [{roster_id, matchup_id, points, custom_points, starters:[player_id], starters_points:[float], players:[player_id], players_points:{player_id: float}}] — rosters sharing a matchup_id played each other; there is no home/away

Example: Week 1 matchups {"league_id": "289646328504385536", "week": 1}

Auth: none needed.

Also answers this: espnfantasy_matchups, espnfantasy_matchup_score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weekYesWeek number (1-18). Required — part of the URL path.
league_idYesLeague id. Required — part of the URL path.
Behavior4/5

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

Annotations already indicate read-only, idempotent, and open-world behavior. The description adds meaningful context: the relationship between rosters sharing a matchup_id (no home/away), the return structure, and auth requirements, which goes beyond annotations.

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

Conciseness3/5

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

The description is mostly well-structured with return format, example, and auth, but the final 'Also answers this' line is vague and detracts from focus; it does not clearly earn its place.

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 data retrieval, the description provides sufficient detail: return format, an example, auth note, and matchup semantics. The ambiguous ESPN cross-reference is the only weakness, but overall it is complete enough for an agent to invoke 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?

Schema coverage is 100% with clear descriptions for both week and league_id. The description's example reinforces usage but does not add new semantic detail beyond what the schema already provides.

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 returns one week's matchups with roster points, starters, and per-player scoring. It is specific about the resource and content, though it lacks a direct verb form and the trailing cross-reference to ESPN tools adds ambiguity.

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 use for Sleeper league matchups and provides an example, but it does not explicitly state when to prefer this over alternatives. The 'Also answers this' line hints at covering similar ESPN tools but is ambiguous and does not give clear 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/DanielTomaro13/sportsdata-mcp'

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