get_xmind_node_branch
Extract a specific node and its subtree from an XMind file to retrieve only relevant branches, preventing token overload in large mind maps.
Instructions
Extract a specific node and its subtree (up to specified depth) from an XMind file. Useful for large mind maps to avoid token overload by retrieving only relevant branches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path to the .xmind file | |
| depth | No | Maximum recursion depth for children (optional, default unlimited) | |
| nodeId | Yes | Target node ID to extract (get available IDs via search_xmind_nodes or parse_xmind) |