list_comments
List comments on an item in chronological order, showing author and mentions. Requires project and item IDs.
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 | Item (row) id | |
| projectId | Yes | Project id (from list_projects / create_project) |