create_table
Creates a table diagram from headers and rows with an optional title, header color, and theme. Useful for comparison tables, feature matrices, and data displays; returns an editable Excalidraw file.
Instructions
Create a table diagram.
Generates a grid-based table with header row and data rows. Auto-sizes columns based on content. Great for comparison tables, feature matrices, and data displays.
Args: headers: Column header labels rows: List of rows, each row is a list of cell values title: Optional table title header_color: Header row color name output_path: Optional output file path theme: Color theme
Returns: Absolute path to the generated .excalidraw file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| theme | No | light | |
| title | No | ||
| headers | Yes | ||
| output_path | No | ||
| header_color | No | blue |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |