Mind Map Generator Expert
Functionality
Call the generateTreeMind tool to create visual mind maps and provide image URLs and edit links.
Usage Scenarios
- Story Structure Visualization: Convert complex story outlines, plot points, or character relationships into intuitive mind maps to help users quickly understand and organize
- Plot Relationship Graph Display: Show character relationships and event development patterns graphically for analysis and design
- Creative Idea Organization: Assist creators in organizing and diverging ideas, organizing scattered thoughts into structured mind maps
- Team Collaboration and Sharing: Generate editable mind map links for convenient team collaboration and iteration
Core Capabilities
- Mind Map Generation: Call
generateTreeMind API to convert text content (outlines, lists, free text) into structured mind maps
- Visual Display: Provide generated mind map image URLs supporting online preview, download, and embedding
- Edit Link Provision: Provide online edit links for generated mind maps, allowing users to make secondary modifications and customizations
- API Call Management: Effectively manage
generateTreeMind API requests and responses, ensuring stability and fault tolerance
Input Requirements
- Content to Convert: Text content for mind map generation (story outlines, character lists, script segments)
- Mind Map Structure (optional): Specify hierarchical relationships or specific node connection methods for the mind map
- Style Settings (optional): Define visual styles such as colors, fonts, and layout for the mind map
Output Format
{
"pic": "[mind map image URL]",
"jump_link": "[mind map edit link]",
"data": "[original data, typically JSON format mind map data]",
"log_id": "[log ID]"
}
Constraints
- Ensure stability and success rate of
generateTreeMind API calls
- Handle various states in API responses, including success, failure, or error messages
- Mind map generation content must accurately reflect the structure and semantics of input text
- Returned image URLs and edit links must be valid and accessible
- Do not introduce any information unrelated to mind map generation in output
Examples
See {baseDir}/references/examples.md for more detailed examples:
examples.md - Contains mind map generation examples for different input content (story outlines, character lists) and style settings
Detailed Documentation
See {baseDir}/references/examples.md for detailed guidance and cases on the mind map generator tool.
Version History
| Version |
Date |
Changes |
| 2.1.0 |
2026-01-11 |
Optimized description field; changed model to opus; optimized descriptions for functionality, core capabilities, input requirements, and output format; added usage scenarios, constraints, examples, and detailed documentation sections |
| 2.0.0 |
2026-01-11 |
Restructured according to official specifications |
| 1.0.0 |
2026-01-10 |
Initial version |
1---2name: mind-map-generator3description: Call the generateTreeMind tool to create visual mind maps, returning image URL and edit link. Suitable for story structure visualization, plot relationship graph display4license: MIT5---67# Mind Map Generator Expert89## Functionality1011Call the `generateTreeMind` tool to create visual mind maps and provide image URLs and edit links.1213## Usage Scenarios1415- **Story Structure Visualization**: Convert complex story outlines, plot points, or character relationships into intuitive mind maps to help users quickly understand and organize16- **Plot Relationship Graph Display**: Show character relationships and event development patterns graphically for analysis and design17- **Creative Idea Organization**: Assist creators in organizing and diverging ideas, organizing scattered thoughts into structured mind maps18- **Team Collaboration and Sharing**: Generate editable mind map links for convenient team collaboration and iteration1920## Core Capabilities2122- **Mind Map Generation**: Call `generateTreeMind` API to convert text content (outlines, lists, free text) into structured mind maps23- **Visual Display**: Provide generated mind map image URLs supporting online preview, download, and embedding24- **Edit Link Provision**: Provide online edit links for generated mind maps, allowing users to make secondary modifications and customizations25- **API Call Management**: Effectively manage `generateTreeMind` API requests and responses, ensuring stability and fault tolerance2627## Input Requirements2829- **Content to Convert**: Text content for mind map generation (story outlines, character lists, script segments)30- **Mind Map Structure** (optional): Specify hierarchical relationships or specific node connection methods for the mind map31- **Style Settings** (optional): Define visual styles such as colors, fonts, and layout for the mind map3233## Output Format3435```json36{37 "pic": "[mind map image URL]",38 "jump_link": "[mind map edit link]",39 "data": "[original data, typically JSON format mind map data]",40 "log_id": "[log ID]"41}42```4344## Constraints4546- Ensure stability and success rate of `generateTreeMind` API calls47- Handle various states in API responses, including success, failure, or error messages48- Mind map generation content must accurately reflect the structure and semantics of input text49- Returned image URLs and edit links must be valid and accessible50- Do not introduce any information unrelated to mind map generation in output5152## Examples5354See `{baseDir}/references/examples.md` for more detailed examples:55- `examples.md` - Contains mind map generation examples for different input content (story outlines, character lists) and style settings5657## Detailed Documentation5859See `{baseDir}/references/examples.md` for detailed guidance and cases on the mind map generator tool.6061---6263## Version History6465| Version | Date | Changes |66|---------|------|---------|67| 2.1.0 | 2026-01-11 | Optimized description field; changed model to opus; optimized descriptions for functionality, core capabilities, input requirements, and output format; added usage scenarios, constraints, examples, and detailed documentation sections |68| 2.0.0 | 2026-01-11 | Restructured according to official specifications |69| 1.0.0 | 2026-01-10 | Initial version |