IMPORTANT: Use THIS tool when the user wants to reply to a comment. The comment_id is the number shown as #xxx in the Taskavel UI. Example: user says "reply to comment #1276" → use this tool with comment_id=1276. Supports mentioning users by name or email.
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 |
|---|---|---|---|
comment_id |
integer | no | The comment ID shown as #xxx in the UI. Example: If the comment shows #1276, use 1276. |
body |
string | yes | The reply text content. |
mentions |
array | no | Optional: List of users to @mention by name or email (e.g., ["Antoni", "antoni@codingwisely.com"]). |
Example prompt
Use reply-to-comment-tool to help me with the relevant Taskavel task.
Example call
{
"name": "reply-to-comment-tool",
"arguments": {}
}