List Card Comments
kaiten_get_card_commentsRetrieve all comments on a card to get comment IDs for updating or deleting them via cardId.
Instructions
List all comments on a card. Each comment exposes its id — pass it as commentId to kaiten_update_comment or kaiten_delete_comment. Resolve cardId via kaiten_search_cards or kaiten_get_card. Returns: array of comments (simplified per verbosity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID (from kaiten_search_cards or kaiten_get_card) | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |