create_map
Generate a new map on mindmap.io with a given title and initial node tree. Define the map kind and root node to set up the mind map structure.
Instructions
Create a map owned by the token's user. Pass an initial node tree in data so node primitives have a parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The initial node tree, with a root node. | |
| kind | No | The map kind (defaults to mindmap). | |
| title | No | The map title. |