Skip to main content
Glama
gregbuehler

mcp-ff2026

by gregbuehler

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FF2026_SLEEPER_USER_IDYesA Sleeper username or user ID.
FF2026_FANTASYPROS_API_KEYYesA FantasyPros API key for rankings and projections.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
initialize_seasonA

Discover the configured Sleeper user's league, roster, and draft for a season.

    A single discovered league is selected automatically. If several exist, this returns
    concise choices without guessing; call it again with league_id. The selected context is
    persisted locally and becomes the default for all league-aware tools.
    
get_season_contextB

Get the persisted Sleeper user, league, roster, and draft defaults.

sync_leagueA

Synchronize broad Sleeper league state for setup and season-long operation.

    With weeks omitted, the current NFL week is captured automatically. Pass an explicit list
    for historical/backfill work or an empty list for core state only. Set include_players only
    when the large NFL catalog needs refreshing; Sleeper recommends caching it.
    
sync_draftA

Refresh only live draft details, picks, and traded-pick ownership.

    This low-latency path detects picks made during its read. Call it immediately before a
    draft decision, then use the returned sync provenance from get_draft_state.
    
sync_league_historyC

Backfill every week while following Sleeper's previous-league renewal chain.

get_league_overviewC

Get the current local league format, rosters, managers, and sync provenance.

get_sync_statusB

Inspect recent season/draft synchronizations and retained projection failures.

get_draft_stateA

Get draft settings, picks, next-pick context, and an optional roster's local queue.

list_available_playersA

List active Sleeper players absent from current rosters and this league's draft picks.

This is an availability query, not a ranking or recommendation. Sleeper's search rank only provides stable result ordering until independent valuations exist.

set_draft_queue_entryA

Conflict-safely insert or update one player in the local draft queue.

    Copy expected_queue_revision and expected_state_token from get_draft_state. A stale write is
    rejected so a pick or another queue edit cannot be silently overwritten.
    
remove_draft_queue_entryB

Conflict-safely remove one player from an agent-managed local draft queue.

sync_fantasyprosC

Ingest licensed FantasyPros identities, ECR/ADP, projections, news, and injuries.

sync_sleeper_marketC

Ingest documented Sleeper global add/drop trends as a market signal.

refresh_decision_inputsD

Refresh the appropriate Sleeper ledger, market signals, and licensed evidence.

import_provider_snapshotC

Import one licensed point-in-time provider export into the same raw-first pipeline.

get_provider_statusC

Inspect provider synchronizations and unresolved player identities.

map_player_identityB

Manually resolve an ambiguous provider ID to a Sleeper player with audit metadata.

get_player_contextA

Return resolved projections, market inputs, injuries, and news for a player.

compare_playersB

Compare same-horizon league-scoring values without hiding their components.

get_roster_stateC

Return value-aware roster depth, positional fragility, and current injury risk.

get_value_changesC

Screen for projection, market, trend, or contextual changes since a timestamp.

recommend_draft_pickC

Rank available draft choices and estimate survival to the roster's next owned pick.

optimize_lineupB

Optimize an eligible weekly lineup for median, floor, and upside objectives.

analyze_waiver_windowB

Evaluate add/drop pairs, FAAB ranges, and expected competition for current waivers.

get_manager_profileB

Return descriptive, uncertainty-labeled manager behavior from retained history.

find_trade_opportunitiesA

Find plausible one-for-one roster-fit trades without inventing acceptance odds.

recommend_season_strategyC

Recommend risk posture from record, points rank, and current weekly roster strength.

simulate_seasonC

Estimate explicitly experimental playoff and championship probabilities.

get_decision_historyC

Return immutable recommendation inputs, alternatives, actions, and outcomes.

record_decision_actionC

Attach the action actually taken to a previously persisted recommendation.

record_decision_outcomeA

Attach an observed outcome to a prior recommendation without rewriting its forecast.

get_calibration_reportB

Report Brier/absolute-error metrics from prospectively recorded outcomes.

record_trade_offerC

Record proposed/rejected/countered/accepted trade labels for future calibration.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/gregbuehler/mcp-ff2026'

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