list_comments
Retrieve all comments on a ScrumDo card, ordered newest first. Includes comment id, author, body, and creation timestamp.
Instructions
List all comments on a card, newest first.
Args: card_ref: Card reference, e.g. 'ON-914'. The card's numeric id is resolved automatically.
Returns a list of comments with id, author, body (markdown), and created timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |