comment_list
Retrieve task comments in chronological order, optionally including soft-deleted comments with their removal reasons.
Instructions
List comments on a task in chronological order. Comments removed with comment_delete are hidden by default; pass include_deleted to see them with their removal reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| include_deleted | No | Include comments that were removed (soft-deleted). Off by default. |