Skip to main content
Glama
chals-go

KakaoCloud OpenAPI MCP Server

by chals-go

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_kakaocloud_apiC

카카오클라우드 API를 키워드로 검색하여 관련 엔드포인트 목록을 반환한다.

Args:
    query: 검색어 (예: "VM 생성", "로드밸런서", "vpc subnet")
get_api_detailA

특정 카카오클라우드 API 엔드포인트의 상세 스펙을 조회한다.

Args:
    service: 서비스 ID 또는 별칭 (예: "bcs", "vm", "vpc")
    endpoint_id: 엔드포인트 ID (예: "create-instance", "list-volumes")
get_service_overviewB

카카오클라우드 서비스의 전체 개요와 엔드포인트 목록을 조회한다.

Args:
    service: 서비스 ID 또는 별칭 (예: "bcs", "vm", "vpc", "lb", "mysql")
get_workflowB

특정 작업(예: VM 생성, VPC 구성)의 전체 API 호출 흐름을 조회한다.

Args:
    task: 작업 설명 (예: "VM 인스턴스 생성", "VPC 네트워크 구성")
get_auth_guideA

카카오클라우드 API 인증 방법, 토큰 발급, 코드 예제를 반환한다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
services_resource카카오클라우드 전체 서비스 목록
auth_resource카카오클라우드 API 인증 가이드

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct facet of the API documentation: specific endpoint details, authentication guide, service overview, workflow sequences, and keyword search. No overlap.

Naming Consistency5/5

All tools follow a consistent 'verb_noun' pattern with snake_case (e.g., get_api_detail, search_kakaocloud_api). Names are predictable and clearly indicate the action and resource.

Tool Count5/5

With 5 tools, the server covers the essential documentation needs without excess or deficiency. Each tool serves a clear purpose and earns its place.

Completeness4/5

The tool set covers overview, details, authentication, workflows, and search. A minor gap is the lack of a tool to list all available services without prior knowledge, though search can partially compensate.

Maintenance

ActivityInactive
ResponsivenessNo issues