DingTalk Documents
Use the DingTalk document MCP directly. Resource IDs in <selected_knowledge_sources> are DingTalk-native IDs.
- For a knowledge space, call
list_nodeswith its workspace ID and traverse the returned hierarchy. - For a folder, call
list_nodeswith the selected folder ID and continue through descendants when needed. - For a document, call
get_document_contentwith the selected node ID to read its Markdown body. search_documentsdoes 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.