workflowy_get
Retrieve a WorkFlowy node and its descendants by ID, with configurable recursion depth, ancestor inclusion, and access method (get/export/backup).
Instructions
Get node and descendants
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ancestor_depth | No | Include N levels of ancestors (-1 for all, 0 for none; requires export or backup method) | |
| depth | No | Recursion depth (-1 for all, default 2) | |
| id | No | ID (default: root) | None |
| include_ancestors | No | Wrap result in ancestor path from root to target node (requires export or backup method) | |
| include_empty_names | No | Include items with empty names | |
| method | No | Access method: get, export, or backup (default: auto based on depth) | |
| to_ancestor | No | Include ancestors up to and including this node ID (requires export or backup method) |