Skip to main content
Glama

Waroom MCP

by topotal

waroom_create_postmortem

Generate detailed postmortems by analyzing incidents, documenting findings, and tracking status updates on Waroom MCP. Input titles, analysis, and incident UUIDs for structured reporting.

Instructions

ポストモーテムを作成します。

Input Schema

NameRequiredDescriptionDefault
blobYesポストモーテムの内容(詳細な分析や対策を記述)
incident_uuidsYes関連するインシデントのUUID配列(最低1つ必要)
statusNoポストモーテムのステータス(draft, published, archived)
titleYesポストモーテムのタイトル(1-255文字)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blob": { "description": "ポストモーテムの内容(詳細な分析や対策を記述)", "minLength": 1, "type": "string" }, "incident_uuids": { "description": "関連するインシデントのUUID配列(最低1つ必要)", "items": { "format": "uuid", "type": "string" }, "minItems": 1, "type": "array" }, "status": { "description": "ポストモーテムのステータス(draft, published, archived)", "enum": [ "draft", "published", "archived" ], "type": "string" }, "title": { "description": "ポストモーテムのタイトル(1-255文字)", "maxLength": 255, "minLength": 1, "type": "string" } }, "required": [ "title", "blob", "incident_uuids" ], "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