feat: add 钉钉待办 MCP service

This commit is contained in:
root
2026-03-29 18:51:03 +08:00
parent c175efd9cb
commit 11ab240d66
2 changed files with 16 additions and 0 deletions

View File

@@ -99,7 +99,19 @@ Client Secret (AppSecret): _8EHgyhvHRHRMx6fZbh9LNpQoxyYl3At0b-fXXlQiahwupbt9oY5P
- `get_current_user_profile` - 获取当前用户详情
- `search_contact_by_key_word` - 搜索好友和同事
### 钉钉待办
- URL: `https://mcp-gw.dingtalk.com/server/e594739312cbde234b7d9fcfbe0badd0e797d46dd401fa93e71b6338fd2d0aa6?key=7f8ad91c1f1b50cdd4b896a29803a64b`
- **用途**:待办事项管理
- **主要工具**
- `create_personal_todo` - 创建个人待办
- `get_user_todos_in_current_org` - 查询个人待办列表
- `query_todo_detail` - 查询待办详情
- `update_todo_task` - 修改待办任务
- `update_todo_done_status` - 修改待办完成状态
- `delete_todo` - 删除待办
### ⚠️ 重要规则
- **日程操作** → 使用 钉钉MCP (MCP1)
- **通讯录/用户/部门** → 使用 钉钉MCP2 (MCP2)
- **待办操作** → 使用 钉钉待办
- **文档操作** → 使用 钉钉文档