wiki_create_node
Create a new node (document, sheet, mind note, or file) in a knowledge base. Specify the space ID, object type, title, and optional parent node to set its location.
Instructions
在知识库中创建新节点(文档、表格等)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 文档标题 | |
| obj_type | Yes | 文档类型 | |
| space_id | Yes | 知识库 ID | |
| node_type | No | 节点类型:origin=实体节点, shortcut=快捷方式 | origin |
| parent_node_token | No | 父节点 token,不填则创建在顶层 |