kaiten_create_comment
Add comments to Kaiten cards, choosing markdown or HTML formatting and marking comments as internal for team-only visibility.
Instructions
Add a comment to a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text. For format=html send HTML content. | |
| format | No | Comment format. 'markdown' (default) — stored as-is, rendered by frontend markdown parser. 'html' — rendered directly, supports h1-h6/p/strong/em/ul/ol/li/table/a/img tags. Use 'html' for complex formatting (tables, nested lists) to avoid rendering issues. | |
| card_id | Yes | ID of the card to comment on. | |
| internal | No | Mark the comment as internal (visible only to team). |