Watches, write
Rename group
Rename a watch group. Blips already filed under the old name keep it: that is what the gate actually decided.
write
MCP
Tool namerename_group
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "rename_group",
"arguments": {
"project_id": "<uuid>",
"group_id": "<uuid>",
"name": "<string>"
}
}
}Input
project_idrequireduuid
group_idrequireduuid
The group's own id, from list_groups.
namerequiredstring
Returns
The group as saved.