Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| get_courses | 获取课程名称与ID 参数:
JSESSIONID (str): 用户的JSESSIONID |
| get_question | 获取课程题目 参数:
JSESSIONID (str): 用户的JSESSIONID
course_id (str): 课程ID |
| submit_question | 提交课程题目答案, 返回答题结果。提交的answer应为选项的字母,例如 "A" 或 "B" 参数:
JSESSIONID (str): 用户的JSESSIONID
course_id (str): 课程ID
question_id (str): 题目ID
answer (str): 答案,例如 "A" 或 "B" 等选项 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |