workflowy_update_node
Modify existing WorkFlowy nodes by updating their name, note content, layout style, or completion status using the node's unique identifier.
Instructions
Update an existing WorkFlowy node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| name | No | ||
| note | No | ||
| layout_mode | No | ||
| _completed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ch | No | Child nodes | |
| cp | No | Completion status (for tests) | |
| id | Yes | Unique identifier for the node | |
| data | No | Node data including layoutMode | |
| name | No | Text content of the node | |
| note | No | Note content attached to the node | |
| parentId | No | Parent node ID | |
| priority | No | Sort order | |
| createdAt | No | Creation timestamp (Unix timestamp) | |
| modifiedAt | No | Last modification timestamp | |
| completedAt | No | Completion timestamp (null if not completed) |