Skip to main content
Glama

Waroom MCP

by topotal

waroom_update_incident_status

Update the status of an incident in Waroom MCP using its UUID and a new status (detected, investigating, fixing, resolved, close).

Instructions

インシデントのステータスを更新します。

Input Schema

NameRequiredDescriptionDefault
incident_uuidYes更新するインシデントのUUID
statusYes新しいステータス(detected, investigating, fixing, resolved, close)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "incident_uuid": { "description": "更新するインシデントのUUID", "format": "uuid", "type": "string" }, "status": { "description": "新しいステータス(detected, investigating, fixing, resolved, close)", "enum": [ "detected", "investigating", "fixing", "resolved", "close" ], "type": "string" } }, "required": [ "incident_uuid", "status" ], "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