Create NodeLand map
create_mapTurn concepts and relations into a persistent, shareable mind map, concept map, or organogram. Get a URL to view and edit the map later.
Instructions
Create a persistent, shareable NodeLand map from concepts and relations. Use when the user wants a mind map, concept map, organogram, or study map they can open later and edit by hand. Do not invent Cytoscape JSON or coordinates — pass concepts/relations and a named template. After success, give the user the returned url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Map title | |
| concepts | Yes | Nodes. Labels must be unique. | |
| isPublic | No | Defaults to true so the returned link works without login. Set false only if the user asks for a private map. | |
| language | No | Optional BCP-47 language tag, e.g. en or pt | |
| template | No | Named layout. Read the nodeland://templates resource if unsure which to pick. | StandardMindMapTemplate |
| relations | No | Edges between concepts, keyed by label |