create_task
Create a standalone task on a designated board and column in DragApp. Include a title, optional assignee, due date, notes, and comments.
Instructions
Create a standalone task in DragApp. Tasks are lightweight to-do items that can be assigned, given a due date, and tracked on a board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Initial note attached to the task | |
| title | Yes | Task title | |
| boardId | Yes | The board to create the task on | |
| comment | No | Initial comment attached to the task | |
| dueDate | No | Due date in ISO-8601 format (e.g. 2026-05-20T00:00:00.000Z). Saved via a separate call after the task is created. | |
| assignee | No | Email address of the assignee | |
| columnId | Yes | Column ID to place the task in, e.g. 'Label_1' |