Skip to main content
Glama
chals-go

KakaoCloud OpenAPI MCP Server

by chals-go

get_workflow

Retrieve the complete sequence of API calls required to complete a cloud resource task, such as creating a VM or configuring a VPC.

Instructions

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, and the description fails to disclose behavioral traits such as authentication requirements, side effects, or any constraints. As a read operation with no clear side effects, the description should still note if it is safe or destructive, but it does not.

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

Conciseness5/5

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

The description is extremely concise: one sentence stating purpose and one line for the parameter. Every word adds value, and the structure is front-loaded.

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?

For a tool with a single parameter and an output schema, the description gives the core idea but omits behavioral context or any caveats. It is functional but minimal.

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

Parameters3/5

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

The schema has 0% description coverage for the single parameter 'task'. The description provides examples (e.g., 'VM 인스턴스 생성') and a brief description ('작업 설명'), adding meaning beyond the schema. However, it lacks details on format or constraints.

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

Purpose5/5

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

The description clearly states the tool retrieves the entire API call flow for a specific task, which is a specific verb and resource. It is distinct from sibling tools like get_api_detail (details of a single API) and get_service_overview.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description only states what it does, leaving the agent to infer usage context.

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