Adds a comment to a task. Requires owner, admin, or member role in the project. Guests cannot comment.
Safety: Write
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
task_id |
integer | no | The task ID. |
search |
string | no | Search by task name, description, or "#number". |
body |
string | yes | The comment text. |
Example prompt
Use add-comment-tool to help me with the relevant Taskavel task.
Example call
{
"name": "add-comment-tool",
"arguments": {}
}