Skip to main content
Glama

Waroom MCP

by topotal

waroom_update_incident_labels

Assign or update labels to specific incidents on the Waroom MCP server using incident and label UUIDs for organized tracking and management.

Instructions

インシデントにラベルを付与または更新します。

Input Schema

NameRequiredDescriptionDefault
incident_uuidYes対象インシデントのUUID
label_uuidsYes付与するラベルのUUID配列

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "incident_uuid": { "description": "対象インシデントのUUID", "format": "uuid", "type": "string" }, "label_uuids": { "description": "付与するラベルのUUID配列", "items": { "format": "uuid", "type": "string" }, "type": "array" } }, "required": [ "incident_uuid", "label_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