Watches, write
Add group
Make a watch group: a folder for watches, and a name the quality gate can file a blip under.
write
MCP
Tool nameadd_group
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_group",
"arguments": {
"project_id": "<uuid>",
"name": "<string>"
}
}
}Input
project_idrequireduuid
namerequiredstring
What the folder is called, up to 40 characters.
Returns
The group as saved: id, name and its watch count.