Skip to main content
Glama
omalleyandy

kenpom

by omalleyandy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OV_PASSWORDNoovertime.ag password for odds
KENPOM_API_KEYYesYour KenPom API key
KENPOM_OUT_DIRNoOutput directory (default: data)
OV_CUSTOMER_IDNoovertime.ag customer ID for odds
KENPOM_MAX_RETRIESNoMax retry attempts (default: 5)
KENPOM_RATE_LIMIT_RPSNoRequests per second (default: 2.0)
KENPOM_CACHE_TTL_SECONDSNoCache TTL in seconds (default: 21600)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kenpom_teamsB

Get team rosters with coach, arena, and conference info for a season.

kenpom_conferencesB

Get list of conferences for a season.

kenpom_ratingsB

Get current efficiency ratings (AdjOE, AdjDE, AdjEM) for all teams. This is the core KenPom ranking data.

kenpom_predictionsB

Get KenPom game predictions (FanMatch) for a specific date. Includes predicted scores, win probability, and spread.

kenpom_fourfactorsB

Get Four Factors data: eFG%, TO%, OR%, FT Rate for offense and defense. These are the key stats that determine game outcomes.

kenpom_pointdistB

Get point distribution data: percentage of points from FTs, 2-pointers, and 3-pointers for offense and defense.

kenpom_heightB

Get height, experience, and roster continuity data for teams.

kenpom_miscstatsB

Get miscellaneous stats: shooting percentages, block/steal rates, assist rates, 3-point attempt rates.

kenpom_archiveA

Get historical ratings from a specific past date. Use this for backtesting or historical analysis.

kenpom_matchupA

Compare two teams head-to-head with key metrics side by side. Great for analyzing upcoming games.

kenpom_top_teamsB

Get top N teams by a specific metric (AdjEM, AdjOE, AdjDE, etc.)

kenpom_projectC

Project game score, margin, total, and win probability for a matchup. Uses OE/DE crossover method with configurable home court advantage.

kenpom_slateB

Build full projection slate table for a date. Returns all games with projected scores, margins, win probabilities, and optional market odds. Use backtest=true for time-correct archive features.

classify_effortA

Classify a query's effort level for dynamic model routing. Returns recommended effort level (low/medium/high), model hint, and thinking budget. Use this to determine appropriate reasoning depth before executing complex tasks.

get_tool_effortB

Get the effort level metadata for a specific tool. Returns the tool's default effort level and whether it requires reasoning.

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/omalleyandy/kenpom-client'

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