Create a checklist on a card
kanbanzone_create_checklistCreate a checklist on a Kanban card, optionally with pre-filled tasks or from a template.
Instructions
Create a checklist on a card. Optionally pre-populate it with tasks in one call.
Args:
card (string, required): card ObjectId.
title (string, optional): checklist title.
checklistTemplate (string, optional): checklist template ObjectId.
tasks (array, optional): list of { description: string }. Task position is taken from array index — any
positionfield on a task is ignored.
Examples:
"Add a checklist to card 670... with tasks: write tests, update docs"
"Apply checklist template 660... to card 670..."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | ||
| title | No | ||
| checklistTemplate | No | ||
| tasks | No |