planka_create_card
Create a card in a specified list with a title. Optionally add checklist items, a due date, and labels.
Instructions
Create a new card on a board. Optionally add tasks (checklist items) at the same time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | The list to create the card in | |
| name | Yes | Card title | |
| description | No | Card description (markdown supported) | |
| tasks | No | Optional: Task names to add as a checklist | |
| dueDate | No | Due date in ISO format | |
| labelIds | No | Optional: Label IDs to attach |