Skip to main content
Glama

Waroom MCP

by topotal

waroom_delete_service_label

Remove specific labels from a service using the service name and label UUID for accurate and targeted deletion on the Waroom MCP server.

Instructions

特定のサービスのラベルを削除します。

Input Schema

NameRequiredDescriptionDefault
label_uuidYes削除するラベルのUUID
service_nameYesサービス名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "label_uuid": { "description": "削除するラベルのUUID", "format": "uuid", "type": "string" }, "service_name": { "description": "サービス名", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "service_name", "label_uuid" ], "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