Skip to main content
Glama
chrischall

myersparkathleticzone-mcp

by chrischall

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MPAZ_SITE_URLNoPoint at another Athletic Zone school site.https://www.myersparkathleticzone.com
MPAZ_SCHOOL_IDNoGoFan/PlayOn school id, used to tell your teams from opponents.10150

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
mpaz_list_teamsA

List this school's athletic teams for a school year, with the team id needed by the schedule, roster and scores tools. Team ids differ per school year — an id from one season fails against another. A past year is answered from the sport pages when the schedule has nothing, which reaches only sports currently in season; the result carries a coverage note saying so, and an empty list there does NOT mean the school fielded no teams. Read-only.

mpaz_resolve_teamA

Find a team id from a loose name like "varsity football", "girls JV volleyball" or just "field hockey". Use this before mpaz_get_team_schedule / mpaz_get_roster / mpaz_get_scores rather than guessing an id. Returns every candidate when the query is ambiguous. Read-only.

mpaz_get_scheduleA

Upcoming events across every team, oldest first. Note this page returns a WINDOW of upcoming events (10 observed), not a whole season — for a team's full season use mpaz_get_team_schedule. Read-only.

mpaz_get_team_scheduleA

A single team's complete season, oldest first. Requires BOTH the sport slug and the team id — resolve them with mpaz_list_teams or mpaz_resolve_team first. Read-only.

mpaz_get_scoresA

Completed games with results for a single team: homeScore/awayScore plus teamScore/opponentScore/result from this school's point of view. Each side's score is stored independently upstream, so a half-entered game yields a null score and result: null — a missing score is unknown, never zero. Prefer mpaz_get_team_schedule for upcoming fixtures. Read-only.

mpaz_get_rosterA

Coaching staff and players for one team. Most teams on this site publish coaches but NOT players, so an empty players list is normal, not an error. Requires the sport slug and team id. Read-only.

mpaz_list_newsA

Recent news posts from the athletics site homepage, newest first. Read-only.

mpaz_list_videosA

Games with a broadcast link. These are NFHS Network links rather than hosted clips, so videoLengthSeconds is 0 on every entry and title is the team name — that is expected, not missing data. Read-only.

mpaz_list_photo_galleriesA

Photo galleries published on the site. Images sit on a public CDN and can be fetched directly, no auth. Read-only.

mpaz_healthcheckA

Verify the athletics site is reachable and still serving a parseable RSC payload. Reports the configured site and school id. Read-only.

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

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