Create a MindSpark map from an outline
create_mapTurn a Markdown outline into a mind map, with the first line as the central topic. Use headings and nested bullets to define branches, avoiding manual node-by-node creation.
Instructions
Create a new mind map from a Markdown outline (headings and/or nested bullets). This is the preferred way to build a map from scratch — write normal Markdown (the way you already would) rather than constructing nodes one at a time. The first line becomes the map's central topic. Supports bold, italic, and code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Override the map title (defaults to the outline's first line) | |
| outline | Yes | Markdown outline: headings (#, ##, ###) and/or nested bullets (-, *), indented 2 spaces per level |