Skip to main content
Glama

Waroom MCP

by topotal

waroom_create_incident

Create incidents in Waroom MCP by specifying service name, title, severity, and optional details. Manage public or private incidents and experiment with flagged incident types.

Instructions

インシデントを作成します。

Input Schema

NameRequiredDescriptionDefault
descriptionNoインシデントの説明(オプション)
experimentalNo実験的なインシデントかどうか(デフォルト: false)
is_privateNoプライベートインシデントかどうか(デフォルト: false)
service_nameYesサービス名またはサービスID
severityYes重要度(critical, high, low, info, unknown)
titleYesインシデントのタイトル(1-255文字)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "インシデントの説明(オプション)", "type": "string" }, "experimental": { "default": false, "description": "実験的なインシデントかどうか(デフォルト: false)", "type": "boolean" }, "is_private": { "default": false, "description": "プライベートインシデントかどうか(デフォルト: false)", "type": "boolean" }, "service_name": { "description": "サービス名またはサービスID", "minLength": 1, "type": "string" }, "severity": { "description": "重要度(critical, high, low, info, unknown)", "enum": [ "critical", "high", "low", "info", "unknown" ], "type": "string" }, "title": { "description": "インシデントのタイトル(1-255文字)", "maxLength": 255, "minLength": 1, "type": "string" } }, "required": [ "service_name", "title", "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