Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_schoolB

Search schools by Korean school name.

get_class_dayC

Get a class day schedule.

get_class_weekC

Get a class week schedule.

list_teachersB

List teachers for a school, redacted by default.

get_teacher_dayC

Get a teacher day schedule.

get_teacher_weekC

Get a teacher week schedule.

get_schedule_changesD

Get schedule change events.

doctorD

Check provider readiness.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct resource and action: class schedules, teacher schedules, teacher list, schedule changes, school search, and a health check. The day/week and class/teacher distinctions are clear, leaving no ambiguity.

Naming Consistency3/5

The majority of tools follow a get_noun pattern, but list_teachers, search_school, and doctor break the pattern. The verbs are meaningful, but the mix of get/list/search and a bare verb is inconsistent.

Tool Count5/5

8 tools is well within the ideal 3-15 range for a school schedule query server. Each tool covers a necessary aspect of the domain without unnecessary bloat.

Completeness5/5

The tool set provides comprehensive read-only coverage for school schedule management: class and teacher schedules at day and week granularity, schedule changes, teacher lookup, school search, and a readiness check. No obvious gaps for the intended domain.

Maintenance

ActivitySlowing
ResponsivenessNo issues