List checklists on a card
kanbanzone_list_card_checklistsRetrieve all checklists and their tasks from a specific Kanban Zone card. See exactly what needs to be done.
Instructions
List all checklists on a card, including their tasks.
Args:
id (string, required): card ObjectId.
response_format ("markdown" | "json").
Examples:
"What checklists are on card 670... and what's left to do?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |