get_mindmap
Retrieve your complete mindmap as a nested tree, or get a specific subtree by passing a node ID.
Instructions
Retrieve the mindmap as a nested tree. With no arguments, returns the full tree from the root plus any orphaned nodes. Pass nodeId to get just that subtree (the node and all its descendants).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | No | ID of a node to get its subtree. Omit to retrieve the entire mindmap. |