create_card
Create a new task card on a DragApp board, set its title, assign it to a team member, and add a note or comment.
Instructions
Create a new card (task) on a DragApp board. You can set the title, assign it to a team member, and add a note or comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Note to add to the card | |
| title | Yes | Card title | |
| boardId | Yes | Board to add the card to | |
| comment | No | Comment to add to the card | |
| assignee | No | Email address of an assignee (single email). | |
| columnId | Yes | Column ID string (e.g. 'Label_1') — use list_columns to find it |