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 |
|---|---|
| analyze_decision | 对现实问题进行结构化策略分析。 这是一个"暴露现实结构"的决策思考引擎,而不是建议生成器。 功能:
注意:本工具不会告诉你"该不该做",只会帮助你看清决策的结构和边界。 |
| get_analysis_json | 获取决策分析的原始 JSON 数据结构。 与 analyze_decision 功能相同,但返回结构化的 JSON 数据而非格式化文本。 适用于需要程序化处理分析结果的场景。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |