create_org_chart
Generate top-down organizational charts from a tree structure. Provide node labels and descriptions with subordinates to produce an Excalidraw diagram.
Instructions
Create an organizational chart.
Generates a top-down hierarchical org chart from a tree structure. Each node can have a title/description and subordinates.
Args: root: Root node with label and optional children title: Optional chart title output_path: Optional output file path theme: Color theme
Returns: Absolute path to the generated .excalidraw file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| theme | No | light | |
| title | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |