Skip to main content
Glama
dburge86

kenpom-mcp

by dburge86

get_conference_offense

Retrieve offensive efficiency, shooting, turnover, rebounding, and tempo stats for every team in a conference. Specify a conference and season to get the full offensive breakdown.

Instructions

Get conference offensive stats for all teams in a conference.

Returns offensive efficiency, eFG%, TO%, OR%, FTR, 2P%, 3P%, FT%, and tempo.

Args: conference: Conference code (required). Examples: 'B12', 'SEC', 'B10', 'ACC'. season: Optional season year (e.g., "2024"). Defaults to current season.

Returns: JSON array of conference offensive stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonNo
conferenceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It states the return format (JSON array) and listed stats, but does not mention potential side effects, rate limits, authorization, or data source nuances. It is adequate for a simple retrieval tool but lacks depth.

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

Conciseness5/5

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

The description is well-organized with clear Args and Returns sections. It is succinct, with every sentence contributing useful information, and avoids reduncancy with the schema.

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?

Given the moderate complexity (2 params, one required) and presence of an output schema, the description gives enough context for correct invocation. It could mention error behavior or data source caveats, but for a straightforward stats lookup it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, yet the description compensates by explaining both parameters: conference with concrete examples ('B12', 'SEC') and season as optional with a default. This adds meaning beyond the bare schema and helps the agent construct valid calls.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves conference offensive stats for all teams in a conference, using a specific verb ('Get') and resource ('conference offensive stats'). It lists the specific metrics returned, which distinguishes it from siblings like get_conference_defense.

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 usage for conference-level offensive analysis but does not explicitly mention alternatives or when not to use it. It provides context (all teams, conference code examples) but lacks direct guidance on tool selection versus siblings.

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/dburge86/kenpom-mcp'

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