create_comment
Add a comment to a specific task or project using its ID. Provide the comment text and either task or project ID.
Instructions
Add a comment to a task or project. Must provide either task_id or project_id.
Args: content: The comment text. task_id: ID of the task to comment on. project_id: ID of the project to comment on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| task_id | No | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |