import_map
Import a mind map from canonical JSON into the running Freeplane instance, attaching it to the map root, a specific node, or the current selection.
Instructions
Import a mind map (canonical JSON) into the running Freeplane instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map_json | Yes | Canonical JSON of the mind map root node (see export_map for the format). Accepts either a JSON string or, on clients that support structured arguments, the object itself. | |
| insert_mode | No | Where to attach the imported subtree. One of "root" (attach under the map root), "node" (attach under insert_node_id) or "selected" (attach under the currently selected node). Defaults to "root". | root |
| insert_node_id | No | Node ID required when insert_mode="node". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |