convert_markdown_to_mindmap
Transform Markdown content into interactive mindmaps for visualizing hierarchical information. Generates HTML output or saves files for easy integration and AI-assisted analysis.
Instructions
Convert Markdown content to a mindmap mind map.
Args:
markdown_content: The Markdown content to convert
Returns:
Either the HTML content or the file path to the generated HTML,
depending on the --return-type server argument
Input Schema
Name | Required | Description | Default |
---|---|---|---|
markdown_content | Yes |
Input Schema (JSON Schema)
{
"properties": {
"markdown_content": {
"title": "Markdown Content",
"type": "string"
}
},
"required": [
"markdown_content"
],
"title": "convert_markdown_to_mindmapArguments",
"type": "object"
}