Skip to main content
Glama

Sleeper Fantasy MCP

by Richardh1012

get_historical_scores

Retrieve historical fantasy football player scores for specific weeks and seasons from Sleeper leagues to analyze past performance trends.

Instructions

Get actual historical fantasy points scored by players

Input Schema

NameRequiredDescriptionDefault
leagueNoLeague name (ROAD_TO_GLORY or DYNASTY), defaults to configured default
playersNoArray of player IDs to get historical scores for (optional - gets your roster if not provided)
positionNoFilter by position (QB, RB, WR, TE, K, DEF)
seasonNoSeason year (defaults to current NFL season)
weekYesWeek number to get historical scores for

Input Schema (JSON Schema)

{ "properties": { "league": { "description": "League name (ROAD_TO_GLORY or DYNASTY), defaults to configured default", "enum": [ "ROAD_TO_GLORY", "DYNASTY" ], "type": "string" }, "players": { "description": "Array of player IDs to get historical scores for (optional - gets your roster if not provided)", "items": { "type": "string" }, "type": "array" }, "position": { "description": "Filter by position (QB, RB, WR, TE, K, DEF)", "enum": [ "QB", "RB", "WR", "TE", "K", "DEF" ], "type": "string" }, "season": { "description": "Season year (defaults to current NFL season)", "pattern": "^[0-9]{4}$", "type": "string" }, "week": { "description": "Week number to get historical scores for", "maximum": 18, "minimum": 1, "type": "number" } }, "required": [ "week" ], "type": "object" }

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/Richardh1012/sleeper-fantasy-mcp'

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