workflowy_get_node_hierarchy
Retrieve a Workflowy node and its descendant hierarchy to view full outline context around a specific item.
Instructions
Get a node with its children and descendants to see the full context and structure around it. Useful after finding a node via search to understand where it lives in your outline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | ID of the node to retrieve with its hierarchy | |
| depth | No | How many levels of children to include (0 = just the node, 1 = node + direct children, 2 = node + children + grandchildren, etc.). Default: 1, Max: 5 |