generate-mind-map
Create structured XMind mind maps with hierarchical topics, notes, and labels from provided data, automatically saving files locally.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the mind map (root topic) | |
| topics | Yes | Array of topics to include in the mind map | |
| filename | Yes | The filename for the XMind file (without path or extension) | |
| outputPath | No | Optional custom output path for the XMind file. If not provided, the file will be created in the temporary directory. | |
| relationships | No | Optional array of relationships between topics |