Toggles whether the calling user is watching (subscribed to notifications for) a task. Any project member can watch a task.
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". |
Example prompt
Use toggle-task-watch-tool to help me with the relevant Taskavel task.
Example call
{
"name": "toggle-task-watch-tool",
"arguments": {}
}