Skip to main content
Glama

Waroom MCP

by topotal

waroom_get_service_architecture_context

Retrieve the architecture context of a specific service using Waroom MCP. Input the service name to access detailed architectural insights in compliance with Model Context Protocol standards.

Instructions

特定のサービスのアーキテクチャコンテキストを取得します。

Input Schema

NameRequiredDescriptionDefault
service_nameYesサービス名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "service_name": { "description": "サービス名", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "service_name" ], "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