We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce43c86 commit 4ff6701Copy full SHA for 4ff6701
1 file changed
backend/modules/mcp/tools_alerts.go
@@ -29,7 +29,7 @@ func registerAlerts(m *Module) {
29
30
type alertsUpdateStatusInput struct {
31
AlertIDs []string `json:"alert_ids" jsonschema:"OpenSearch _id values of the alerts to update"`
32
- Status int `json:"status" jsonschema:"Target status code (UTMStack convention: 0=open 1=in-review 2=closed)"`
+ Status int `json:"status" jsonschema:"Target status code (UTMStack convention: 1=automatic-review, 2=open, 3=in-review, 5=completed/closed)"`
33
StatusObservation string `json:"status_observation,omitempty" jsonschema:"Optional analyst note attached to the status change"`
34
AddFalsePositiveTag bool `json:"add_false_positive_tag,omitempty" jsonschema:"If true, also apply the FALSE_POSITIVE tag (used when closing as FP)"`
35
}
0 commit comments