workflowy_get_node__WARNING__prefer_glimpse
Retrieve a specific WorkFlowy node by ID for direct access, but use GLIMPSE for reading trees to optimize performance.
Instructions
⚠️ WARNING: Prefer workflowy_glimpse (GLIMPSE) for reading trees. Retrieve a specific WorkFlowy node by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| secret_code | 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) |