Skip to main content
Glama

Waroom MCP

by topotal

waroom_create_service_label

Create custom labels for specific services on the Waroom MCP server, specifying a label name and color using a 6-digit hex code for clear categorization.

Instructions

特定のサービスに新しいラベルを作成します。

Input Schema

NameRequiredDescriptionDefault
colorYesラベルの色(6桁の16進数カラーコード、例: ff0000)
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" }, "name": { "description": "ラベル名", "maxLength": 100, "minLength": 1, "type": "string" }, "service_name": { "description": "サービス名", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "service_name", "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