Skip to main content
Glama
chrischall

maxpreps-mcp

by chrischall

Get a MaxPreps team season

maxpreps_get_team
Read-onlyIdempotent

Retrieve a high school team's season record, points for/against, conference standing, rankings, and season list from MaxPreps to verify stats without tallying a schedule.

Instructions

Team overview for one season: sport/level/season identifiers, the win-loss record and points for/against, conference standing, rankings, and the full list of seasons this team has on MaxPreps (roughly 20 years). Use it to confirm a record without summing a schedule. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamYesTeam site path or URL, e.g. nc/charlotte/myers-park-mustangs/football
seasonNoSeason label, e.g. 25-26. Omit for the current season.
includeSeasonsNoInclude the list of available seasons
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds 'roughly 20 years' of season history and the read-only reassurance, but largely repeats annotation info. It does not add details on errors, data freshness, or other behavioral caveats, matching the baseline for annotation-backed tools.

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?

Two concise sentences: the first lists the data content, the second gives a clear use case. No filler or redundancy.

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?

Without an output schema, the description enumerates returned data categories (record, standings, rankings, season list) which is adequate for a read-only overview. It does not explain response formatting or error handling, but for a simple 3-parameter tool with rich annotations, it is sufficiently complete.

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

Parameters3/5

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

Input schema covers all three parameters with full descriptions (100% coverage). The description does not add parameter-specific semantics beyond mentioning season in the overview; the schema already explains team path, season pattern, and includeSeasons.

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 identifies a specific resource (team season) and enumerates exact contents: identifiers, win-loss record, points for/against, conference standing, rankings, and season list. It also distinguishes from schedule by noting it confirms a record without summing a schedule.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides an explicit use case: 'Use it to confirm a record without summing a schedule.' It does not explicitly state when not to use or mention alternative tools for standings/rankings, but the purpose and context are clear enough for an agent to select this tool appropriately.

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/chrischall/maxpreps-mcp'

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