Skip to main content
Glama

ncloud_nks_create_cluster

Create an NKS Kubernetes cluster on Naver Cloud Government Platform. Supports dryRun to preview without creating resources.

Instructions

Create a new NKS Kubernetes cluster. Use dryRun=true to preview without creating.

G3(KVM) cluster requirements:

  • hypervisorCode: 'KVM' (required)

  • clusterType: must contain G003 (e.g., SVR.VNKS.STAND.C004.M016.G003)

  • k8sVersion: must use nks.2 suffix (e.g., 1.35.3-nks.2)

  • lbPrivateSubnetNo: Private LB subnet number (required — returns 400 without details if missing)

  • zoneCode: Required at cluster level when isRegional=false (default). Missing causes 400 without details.

  • nodePool.softwareCode: Must use FULL value from ncloud_nks_get_server_images including pipe and image number (e.g., SW.VSVR.OS.LNX64.UBNTU.SVR22.WRKND.G003|23215604)

  • nodePool.serverSpecCode: g3 spec code (e.g., c2-g3)

  • nodePool.storageSize: 100~2000GB (required)

G2(XEN) vs G3(KVM) differences:

  • G2: clusterType contains G002, k8sVersion suffix nks.1, hypervisorCode optional

  • G3: clusterType contains G003, k8sVersion suffix nks.2, hypervisorCode='KVM' required

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
logNoLog settings (audit log)
nameYesCluster name (3-30 chars, lowercase+numbers+'-')
vpcNoYesVPC number
dryRunNoIf true, returns a preview without actually creating
nodePoolNoInitial node pool configurations
zoneCodeNoZone code (e.g., KR-2). Required when isRegional is false (default). API returns 400 without details if missing for single-zone clusters
isRegionalNoMulti-zone (Regional) cluster. Default: false
k8sVersionNoKubernetes version (from ncloud_nks_get_versions). G3/KVM uses nks.2 suffix, G2/XEN uses nks.1 suffix
regionCodeYesRegion code (KR, KRS)
clusterTypeYesCluster type (e.g., SVR.VNKS.STAND.C004.M016.G003 for G3, SVR.VNKS.STAND.C004.M016.G002 for G2)
loginKeyNameYesLogin key name for node access
subnetNoListYesSubnet number list for the cluster
publicNetworkNoSubnet network type. true=Public, false=Private (default)
hypervisorCodeNoHypervisor code: XEN (default) or KVM. Required as 'KVM' for G3 clusters
lbPublicSubnetNoYesLoad balancer public subnet number
lbPrivateSubnetNoNoLoad balancer private subnet number. Required for G3/KVM clusters (API returns 400 without details if missing)
Behavior4/5

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

Annotations only state destructiveHint=false, so the description carries the burden of behavioral disclosure. It adds valuable details: missing required params cause 400 without details, G3/KVM requires specific hypervisorCode/softwareCode formats, and dryRun behavior. This is significant added context beyond annotations.

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 long, but the complex 16-parameter tool justifies the length. It is well-structured with headers and bullet points, front-loading the core purpose and dryRun tip. Every section adds necessary operational detail, though some redundancy exists with schema field descriptions.

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

Completeness4/5

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

The description covers G2 vs G3 differences, required prerequisites, error behavior for missing params, and cross-references to other tools for values. It lacks explicit return value description (no output schema) and permission requirements, but for a create operation with a rich schema, it is remarkably complete.

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 coverage is 100%, so baseline is 3. The description adds value by explaining G3 vs G2 parameter requirements (clusterType, k8sVersion, hypervisorCode, storageSize) and emphasizing the full softwareCode format. This goes beyond the schema's individual field descriptions.

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 opens with 'Create a new NKS Kubernetes cluster' — a specific verb and resource that immediately distinguishes it from sibling tools like upgrade_cluster or delete_cluster. It also mentions dryRun for preview, adding further clarity.

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

Usage Guidelines4/5

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

The description gives clear context on when to use dryRun and explicitly references other tools (ncloud_nks_get_server_images, ncloud_nks_get_server_specs) for obtaining required values. It does not explicitly state alternatives/exclusions like 'use list_clusters to view existing clusters', but the usage context is strong.

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/sjk4425/ncloud-gov-mcp-server'

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