Skip to main content
Glama
israelroldan

unofficial-magister-mcp

by israelroldan

get_schedule

Retrieve school schedule for a chosen date, using 'today', 'tomorrow', a weekday, or a YYYY-MM-DD date.

Instructions

Get school schedule for a specific date

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate to get schedule for. Can be "today", "tomorrow", a weekday name, or YYYY-MM-DD format
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the function (get schedule) without mentioning return format, whether this is a read-only operation, or any potential side effects. For a simple get, this is minimal but still lacks transparency beyond the obvious.

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 a single, focused sentence. It is front-loaded with the verb and resource, with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one well-documented parameter and no output schema. The description covers the core purpose but does not clarify what the response contains or edge cases (e.g., holidays, invalid dates). It is adequate for a simple get but leaves some ambiguity.

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?

Schema description coverage is 100% and the date parameter is clearly documented with accepted formats. The description adds no extra semantic value beyond restating 'specific date', so the baseline of 3 applies.

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 gets a school schedule for a specific date. This distinguishes it from siblings like get_week_schedule (which covers a week) and get_dropoff_time/get_pickup_time (which target specific times).

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 implied usage is for retrieving a single date's schedule, contrasting with the weekly variant. However, there is no explicit guidance on when to choose this tool over alternatives, no exclusions, and no mention of prerequisites.

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/israelroldan/unofficial-magister-mcp'

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