list_comments
Retrieve paginated comments for a task. Returns minimal comment data to reduce token usage.
Instructions
List comments on a task with pagination. Token-efficient: returns minimal comment data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task dart_id to list comments for | |
| limit | No | Max comments to return (default: 50, max: 100) | |
| offset | No | Pagination offset (default: 0) |