Doco Insert Blocks
doco_insert_blocksInsert blocks into a Doco document at specified positions: after/before a block, inside a parent, at document start/end, or after a heading, with version-protected writes.
Instructions
在指定位置插入一个或多个块。position 六选一:after_block_id / before_block_id / parent_block_id(+child_index) / document_start / document_end / after_heading(按标题文本定位,服务端匹配)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | 要插入的 tiptap 块节点 | |
| position | Yes | 定位对象,六种方式选一种,如 { after_heading: "部署流程" } | |
| document_id | Yes | Target document ID. | |
| base_version | No | Document version read before the protected write. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||