bit101-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
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.
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.
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.
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.