Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_mbti_test | 开始MBTI人格测试。用户可以选择测试类型:simplified(简化版28题)或cognitive(认知功能版48题)。返回第一道题目和测试会话状态。 |
| answer_question | 提交当前问题的答案(1-5分),并获取下一题或测试进度。需要传入完整的测试会话状态。 |
| get_progress | 查询当前测试进度。需要传入测试会话状态。 |
| calculate_mbti_result | 根据所有答案计算最终的MBTI类型和详细结果。需要传入完整的测试会话状态。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |