Skip to main content
Glama

Sleeper Fantasy MCP

optimize_lineup

Generate optimal fantasy football lineups using player projections and analytics to maximize weekly scoring potential based on league type and week.

Instructions

Suggest optimal lineup based on projections

Input Schema

NameRequiredDescriptionDefault
leagueNoLeague name (ROAD_TO_GLORY or DYNASTY), defaults to configured default
weekNoWeek number (defaults to current week)

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" }, "week": { "description": "Week number (defaults to current week)", "maximum": 18, "minimum": 1, "type": "number" } }, "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/justfeltlikerunning/sleeper-fantasy-mcp'

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