Create a comment on a card
kanbanzone_create_commentAdd a comment to a Kanban Zone card. Provide the card ID and comment text to update the task discussion.
Instructions
Add a comment to a card.
Args:
card (string, required): card ObjectId.
text (string, required): the comment body.
Examples:
"Add a comment to card 670... saying: blocked on design review"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | ||
| text | Yes |