Skip to main content
Glama

Waroom MCP

by topotal

waroom_update_service_label

Update service labels on the Waroom MCP server by specifying the service name, label UUID, new label name, and color code. Maintain accurate and consistent labeling for services.

Instructions

特定のサービスのラベルを更新します。

Input Schema

NameRequiredDescriptionDefault
colorYes新しいラベルの色(6桁の16進数カラーコード、例: ff0000)
label_uuidYes更新するラベルのUUID
nameYes新しいラベル名
service_nameYesサービス名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "color": { "description": "新しいラベルの色(6桁の16進数カラーコード、例: ff0000)", "pattern": "^[0-9a-fA-F]{6}$", "type": "string" }, "label_uuid": { "description": "更新するラベルのUUID", "format": "uuid", "type": "string" }, "name": { "description": "新しいラベル名", "maxLength": 100, "minLength": 1, "type": "string" }, "service_name": { "description": "サービス名", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "service_name", "label_uuid", "name", "color" ], "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