create-task
Add a new task to a KanbanFlow board by specifying its name and column ID. Optionally include a description.
Instructions
Create a new task on the board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the task | |
| columnId | Yes | ID of the column to create the task in | |
| description | No | Optional task description |