Skip to main content
Glama

Waroom MCP

by topotal

waroom_create_incident_metrics

Generate incident metrics to track response activities and update key performance indicators like TTD, TTA, TTI, TTF, and TTR for specified incidents on the Waroom MCP server.

Instructions

インシデントメトリクスを作成します。レスポンス活動を記録し、TTD/TTA/TTI/TTF/TTRを更新します。

Input Schema

NameRequiredDescriptionDefault
activity_actionYes活動アクション(status: detected/investigating/fixing/resolved/close/triggered, severity: critical/high/low/info/unknown, root_cause: unspecified/code_bug/configuration_error/deployment_failure/infrastructure_failure/operational_failure/third_party_outage/other)
incident_uuidYes対象インシデントのUUID
triggered_atYes実行時刻(ISO 8601形式、例: 2023-01-01T12:00:00Z)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "activity_action": { "description": "活動アクション(status: detected/investigating/fixing/resolved/close/triggered, severity: critical/high/low/info/unknown, root_cause: unspecified/code_bug/configuration_error/deployment_failure/infrastructure_failure/operational_failure/third_party_outage/other)", "enum": [ "detected", "investigating", "fixing", "resolved", "close", "triggered", "critical", "high", "low", "info", "unknown", "unspecified", "code_bug", "configuration_error", "deployment_failure", "infrastructure_failure", "operational_failure", "third_party_outage", "other" ], "type": "string" }, "incident_uuid": { "description": "対象インシデントのUUID", "format": "uuid", "type": "string" }, "triggered_at": { "description": "実行時刻(ISO 8601形式、例: 2023-01-01T12:00:00Z)", "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{3})?([+-]\\d{2}:\\d{2}|Z)$", "type": "string" } }, "required": [ "incident_uuid", "activity_action", "triggered_at" ], "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