create_kanban_board
Generate a Kanban board diagram from columns and cards to visualize workflows, sprints, and task status. Choose light or dark theme and set output path.
Instructions
Create a Kanban board diagram.
Generates a column-based task board with cards in each column. Great for visualizing workflows, sprints, and task status.
Args: columns: List of columns with name and card labels title: Optional board title output_path: Optional output file path theme: Color theme - "light" or "dark"
Returns: Absolute path to the generated .excalidraw file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | light | |
| title | No | ||
| columns | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |