create_mindmap_canvas
Generate a structured markdown nested list mindmap for AFFiNE edgeless canvas, transforming hierarchical ideas into an interactive visual diagram.
Instructions
Generate a structured markdown nested list mindmap for AFFiNE edgeless canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the mindmap document | |
| rootTopic | Yes | Central root topic label | |
| subtopics | No | List of subtopic branch labels | |
| workspaceId | No | Target workspace ID | |
| markdownList | No | Optional raw nested markdown list structure |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| kind | Yes | ||
| docId | Yes | ||
| title | Yes | ||
| rootTopic | Yes | ||
| workspaceId | Yes | ||
| formattedMindmap | Yes |