insert_node
Add new items to Dynalist documents by inserting nodes with content, notes, checkboxes, or headings at specified positions within the document structure.
Instructions
Insert a new node into a Dynalist document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Dynalist URL (document or with parent node deep link) | |
| file_id | No | Document ID (alternative to URL) | |
| parent_id | Yes | Parent node ID to insert under | |
| content | Yes | Content text for the new node | |
| note | No | Note text for the new node | |
| index | No | Position under parent (-1 = end, 0 = top) | |
| checkbox | No | Whether to add a checkbox | |
| heading | No | Heading level (0-3) |