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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_today_postsA

Return BIT101 posts created today in Asia/Shanghai time.

search_postsA

Search public BIT101 discussion posts.

get_postA

Return one BIT101 post by ID.

search_coursesB

Search BIT101 course and teacher records.

get_course_reviewsB

Aggregate course metadata, teachers, reviews, and historical score data.

get_today_scheduleA

Return today's classes. May open a browser for school login; wait, do not retry.

get_week_scheduleA

Call for this/next/last week. Exact dates/times; browser may open; do not retry.

get_scheduleA

Whole term only; for relative weeks use get_week_schedule; browser: do not retry.

get_scoresA

Return grades with class average/maximum when available; browser: do not retry.

get_upcoming_lexue_tasksA

Return Lexue events; invalid subscriptions reopen browser setup; do not retry.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 10 tools

Disambiguation4/5

Each tool maps to a distinct resource or time range, and the schedule tools are explicitly qualified as today, week, or whole term. The only mild overlap is between search_courses and get_course_reviews, but the descriptions help differentiate them.

Naming Consistency5/5

Tool names consistently use a verb prefix (get, list, or search) followed by a lowercase snake_case noun phrase, such as get_course_reviews and list_today_posts. There is no mixed casing or inconsistent verb style.

Tool Count5/5

Ten tools cover the main BIT101 areas—posts, courses, schedules, grades, and tasks—without feeling bloated. The additional schedule and post tools each serve a specific retrieval need, so the count is well-scoped.

Completeness4/5

The read-only surface is fairly complete for posts, courses, schedules, scores, and Lexue tasks. Minor gaps exist, such as arbitrary future-date schedule lookup and any write/submit endpoints, but these are likely outside scope and workarounds are available.

Maintenance

ActivityMaintained
ResponsivenessNo issues