Watches, write
Toggle watch
Turn a watch on or off. A watch that is off keeps its terms, its group and its blips; it is simply not polled, so it charges nothing.
write
MCP
Tool nametoggle_watch
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "toggle_watch",
"arguments": {
"project_id": "<uuid>",
"watch_id": "<uuid>",
"enabled": true
}
}
}Input
project_idrequireduuid
watch_idrequireduuid
The watch's own id, from list_watches.
enabledrequiredboolean
True polls it again, false stops it.
Returns
The watch as saved.