Skip to main content
Glama
chals-go

KakaoCloud OpenAPI MCP Server

by chals-go

get_service_overview

Retrieve an overall overview and list of endpoints for a specific KakaoCloud service by providing its service ID or alias.

Instructions

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are absent, leaving the description to handle behavioral transparency. The description only states the retrieval action, with no information about read-only nature, auth requirements, latency, or side effects. Behavioral traits beyond the basic action are not disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences and includes a structured Args section. Every sentence adds value, and the key information is front-loaded. There is no fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (not detailed here), the description need not fully explain return values. However, it lacks guidance on error conditions, permission requirements, or how the tool fits with siblings. The 0% schema coverage and no annotations leave gaps in completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. The description adds examples of valid service values (e.g., 'bcs', 'vm') and explains that the parameter is a service ID or alias, providing context beyond the bare schema. However, format constraints or default behaviors are not specified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves an overview and endpoint list for a KakaoCloud service. It uses a specific verb-resource combination and is distinguishable from sibling tools like get_api_detail or search_kakaocloud_api, which focus on different aspects.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when an overview or endpoint list is needed, but it does not explicitly specify when to use this tool versus alternatives like get_api_detail or get_auth_guide. No when-not or exclusion criteria are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/chals-go/kakaocloud-openapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server