Doco Create Document
doco_create_documentCreate a new document with optional initial content, folder, and knowledge base assignments.
Instructions
新建文档,可同时灌入初始正文(content: {format: markdown|tiptap-json|html, content|document})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | New document title. | |
| content | No | Content payload or child block content. | |
| folder_id | No | Folder ID. | |
| idempotency_key | No | Optional key that makes a retried write safe. | |
| knowledge_base_id | No | Knowledge base ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||