add_comment
Attach a comment to a task using its ID and content, with an optional author name.
Instructions
Add a comment to a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | No | Comment author name | |
| content | Yes | Comment text | |
| task_id | Yes | The task ID to comment on |