wiki_create_node_with_markdown
Create a wiki document in a knowledge base directly from Markdown content. Automatically converts Markdown to a formatted document and places it in the specified parent node.
Instructions
在知识库中一步创建带 Markdown 内容的文档节点。内部自动完成:上传 Markdown → 转换为 docx → 移入知识库指定位置。适合需要快速创建有内容的 wiki 文档的场景
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 文档标题(不含扩展名,最多 27 字符) | |
| markdown | Yes | Markdown 内容 | |
| space_id | Yes | 知识库 ID | |
| parent_node_token | No | 父节点 wiki token,不填则创建在知识库顶层 |