Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_nks_create_node_pool

Create a node pool in an NKS cluster with options for autoscaling, labels, taints, and dry-run preview. Specify cluster UUID, name, and node count or autoscale settings.

Instructions

Create a new node pool in an NKS cluster. Use dryRun=true to preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNode pool name
dryRunNoIf true, preview only
labelsNoNode labels
taintsNoNode taints
zoneCodeNoZone code (required for Regional clusters)
autoscaleNoAutoscale configuration
nodeCountNoNumber of nodes (required if autoscale not set)
clusterUuidYesUUID of the cluster
storageSizeNoStorage size in GB (KVM, 100-2000)
serverRoleIdNoIAM server role ID
softwareCodeNoServer image code
serverSpecCodeNoServer spec code (KVM)
Behavior3/5

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

Annotations declare destructiveHint=false, which is consistent with creation that adds resources without destroying existing ones. The description adds the dry-run behavior but does not disclose other behavioral traits such as whether the operation is asynchronous, expected duration, or state changes.

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 with two sentences, front-loading the core purpose and a key usage tip. No superfluous information.

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

Completeness2/5

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

Despite the tool having 12 parameters, including nested objects (autoscale, labels, taints), and no output schema, the description lacks guidance on parameter relationships, return values, or operational expectations (e.g., it does not mention that the cluster must exist or that pool creation may take time).

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?

Schema description coverage is 100%, so baseline is 3. The description adds value for one parameter (dryRun) but does not provide additional context for the other 11 parameters, such as that clusterUuid and name are required or that nodeCount and autoscale should not both be set.

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 action ('Create') and the resource ('a new node pool in an NKS cluster'), and it distinguishes itself from sibling tools like update/delete/list by specifying creation and preview via dryRun.

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 mentions using dryRun=true for preview, providing a helpful safety tip, but it does not specify when to use this tool versus update/delete/list, nor does it mention prerequisites like the cluster must already exist or that nodeCount and autoscale may be mutually exclusive.

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-mcp-server'

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