Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DINGTALK_APP_KEY | Yes | The AppKey for your DingTalk application. | |
| DINGTALK_APP_SECRET | Yes | The AppSecret for your DingTalk application. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_operator | 设置操作者 unionid(用于访问 Wiki API) |
| show_config | 显示当前配置信息(默认用户和知识库列表) |
| list_wiki_workspaces | 列出用户有权限的知识库工作空间列表 |
| get_wiki_workspace | 获取知识库工作空间详情 |
| list_wiki_nodes | 列出知识库中的节点(文档和目录) |
| create_wiki_doc | 在知识库中创建新文档(需要 Document.WorkspaceDocument.Write 权限) |
| get_wiki_node | 获取知识库节点详情 |
| search_wiki | 搜索知识库内容 |
| list_departments | 列出钉钉组织架构中的部门列表 |
| get_department_users | 获取部门成员列表 |
| get_user_info | 获取用户详细信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |