export_map
Retrieve the entire current Freeplane mind map as canonical JSON, including node text, ids, children, notes, links, tags, and attributes. Get a complete map snapshot for analysis, backup, or transfer.
Instructions
Export the current Freeplane mind map to canonical JSON.
Returns the whole map as a JSON string. Each node has at least "text" and "id"; optional fields include "children", "note", "detail", "link", "tags", "icons", "attributes", "background_color", "folded" and "relationships".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |