List comments on a card
kanbanzone_list_card_commentsList every comment on a Kanban card, ordered oldest first, to quickly review the full discussion history.
Instructions
List all comments on a card, oldest first.
Args:
id (string, required): card ObjectId.
response_format ("markdown" | "json").
Examples:
"What have people said on card 670...?"
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 |