unofficial-magister-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAGISTER_PASS | Yes | Your Magister password | |
| MAGISTER_USER | Yes | Your Magister username | |
| MAGISTER_SCHOOL | Yes | The school's Magister subdomain (e.g., schoolname.magister.net) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_scheduleA | Get school schedule for a specific date |
| get_week_scheduleA | Get school schedule for the entire week (next 7 days) |
| get_dropoff_timeA | Get the time of the first class (for drop-off planning) |
| get_pickup_timeA | Get the time of the last class (for pick-up planning) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a distinct purpose: get_schedule for a specific date, get_week_schedule for a weekly view, get_dropoff_time for the first class time, and get_pickup_time for the last class time. There is no overlap or ambiguity between them.
All tool names follow the consistent pattern 'get_<noun>' (get_schedule, get_week_schedule, get_dropoff_time, get_pickup_time). The convention is uniform and predictable.
With only 4 tools, the server is well-scoped and each tool serves a necessary function for schedule-related queries. The count is within the ideal range for a focused utility.
For the apparent purpose of reading school schedule information, the surface is complete: it covers daily schedules, weekly schedules, and the two key time points (first and last class). No obvious gaps exist.