Skip to main content
Glama

Waroom MCP

by topotal

waroom_update_incident_severity

Update the severity level of an incident in Waroom MCP by specifying its UUID and new severity (critical, high, low, info, or unknown).

Instructions

インシデントの重要度を更新します。

Input Schema

NameRequiredDescriptionDefault
incident_uuidYes更新するインシデントのUUID
severityYes新しい重要度(critical, high, low, info, unknown)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "incident_uuid": { "description": "更新するインシデントのUUID", "format": "uuid", "type": "string" }, "severity": { "description": "新しい重要度(critical, high, low, info, unknown)", "enum": [ "critical", "high", "low", "info", "unknown" ], "type": "string" } }, "required": [ "incident_uuid", "severity" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/topotal/waroom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server