Mind Map
render_mindmapRender an interactive MCP app mind map when the user needs hierarchical structure shown visually instead of as prose. Use it for breaking down ideas, plans, study material, or systems into a root topic with nested branches; do not use it for tables, flowcharts, Mermaid/Graphviz diagrams, or plain text lists. Input mindmap_markdown must be a clean markdown tree with one # root heading and 2-space-indented bullet nesting. If the user gives prose, first reshape it into that hierarchy, then call this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional short title for the mind map | |
| mindmap_markdown | Yes | Markdown tree for a mind map. Preferred structure: one top-level heading for the root topic, then nested bullet points for branches and leaves using consistent 2-space indentation. Example: `# Product Launch Strategy - Marketing - Social Media - Twitter - LinkedIn - Email Campaign - Newsletter - Promo Codes - Engineering - QA Testing - Server Scaling - Final Deployment - Customer Support - Help Docs Updated - Support Training`. When the topic is suitable for emojis (e.g., marketing, events, social media, holidays, categories like food/travel), use relevant emojis in node names to make the diagram more appealing — like 📱 for Social Media or 🚀 for Launch. Avoid prose paragraphs, tables, fenced code blocks, and mixed list styles. |