Dingtalk Docs

Access DingTalk documents and knowledge spaces through the DingTalk document MCP. Use this skill whenever the user selects a DingTalk knowledge space, folder, or document.

wecode-ai 8247ce0 1019 B Updated

File contents

DingTalk Documents

Use the DingTalk document MCP directly. Resource IDs in <selected_knowledge_sources> are DingTalk-native IDs.

  • For a knowledge space, call list_nodes with its workspace ID and traverse the returned hierarchy.
  • For a folder, call list_nodes with the selected folder ID and continue through descendants when needed.
  • For a document, call get_document_content with the selected node ID to read its Markdown body.
  • search_documents does not guarantee workspace or folder scoping. Do not use an unscoped search when the user selected a narrower range; traverse the hierarchy or read the exact document instead.
  • The MCP exposes both read and write capabilities. A selected source is a routing hint, not write authorization; DingTalk remains the authority for permissions.

wecode-ai/wegent/tree/main/backend/init_data/skills/dingtalk-docs commit 8247ce0136

Frequently asked questions

npx skillmds@latest add wecode-ai/dingtalk-docs