Skip to main content
Glama

Waroom MCP

by topotal

waroom_get_incident_details

Retrieve detailed information about a specific incident using its unique UUID with the Waroom MCP server.

Instructions

特定のインシデントの詳細情報を取得します。

Input Schema

NameRequiredDescriptionDefault
incident_uuidYes取得するインシデントのUUID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "incident_uuid": { "description": "取得するインシデントのUUID", "type": "string" } }, "required": [ "incident_uuid" ], "type": "object" }
Install Server

Other Tools from Waroom MCP

Related Tools

    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