create_diagram
Generate flowcharts, org charts, and mind maps from text or JSON using Graphviz. Specify diagram type and output path to produce visuals.
Instructions
Generate diagrams (flowchart, org chart, mind map) using Graphviz
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Diagram data (text description or JSON) | |
| type | Yes | Diagram type | |
| title | No | Diagram title | |
| output | Yes | Output file path (without extension) |