Skip to main content
Glama
chrischall

myersparkathleticzone-mcp

by chrischall

Get the all-school schedule

mpaz_get_schedule
Read-onlyIdempotent

Get a window of upcoming events for all teams in a school year, oldest first. For a full season, query the team schedule tool.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoSchool year, e.g. "2026-2027". Defaults to the current one. Past seasons often work; resolve that year's team id with mpaz_list_teams first and read its `coverage` note.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds meaningful context beyond these: it returns a window of ~10 upcoming events, ordered oldest first, and is not a complete season. This is valuable behavioral information not present in annotations.

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 sentences: the first states the core function, the second adds the critical window caveat and alternative. No filler, information is front-loaded, and every sentence earns its place.

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?

The description is adequate for this simple list tool: it explains the window limitation, ordering, and directs to the alternative for full season. It does not describe the return event structure or pagination, but given there is no output schema and the tool is straightforward, this is a minor gap. The year parameter is fully documented in the schema.

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?

The input schema covers 100% of the single parameter (year) with a rich description including examples, default behavior, and past season handling. The tool description does not add parameter details, but the schema already provides full semantics, so baseline 3 is appropriate.

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 returns 'Upcoming events across every team, oldest first', which specifies the verb (get), the resource (all-school schedule/events), and the scope (every team). It distinguishes from the sibling tool mpaz_get_team_schedule by explicitly noting this covers all teams, not a single team.

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

Usage Guidelines5/5

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

The description provides explicit guidance: it is for upcoming events across all teams, and it directly names the alternative tool mpaz_get_team_schedule for a team's full season. It also warns that this returns only a window, not the whole season, which helps the agent choose correctly.

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

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