Watches, write

Set watch group

Move one watch into a group, or out of every group with null.

write

MCP

Tool nameset_watch_group
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "set_watch_group",
    "arguments": {
      "project_id": "<uuid>",
      "watch_id": "<uuid>",
      "group_id": "<uuid>"
    }
  }
}

Input

project_idrequireduuid
watch_idrequireduuid

The watch's own id, from list_watches.

group_idrequireduuid | null

The folder it joins, or null to leave every group.

Returns

The watch as saved, with its group on it.