list_comments
Retrieve the full comment thread for a specific task item, ordered oldest first. Shows author and @mentions for each comment.
Instructions
List the comments (the correspondence thread) on an item, oldest first. Each comment includes its author and any @mentions. Needs projectId and itemId (get itemId from query_items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page, default 1 | |
| limit | No | Page size, default 20 | |
| itemId | Yes | ||
| projectId | Yes |