Skip to main content
Glama

ncloud_create_launch_config

Create a launch configuration for Auto Scaling by specifying a server image (product code, image number, or member image) and optional spec code. Use dry-run mode to preview before creating.

Instructions

Create a new launch configuration for Auto Scaling. Exactly one image source must be provided: serverImageProductCode, serverImageNo, or memberServerImageInstanceNo. Spec pairing: serverImageProductCode → serverProductCode (XEN/RHV); serverImageNo → serverSpecCode (KVM; XEN/RHV also allow this). Spec code is optional — omit to use the minimum spec. Use dryRun=true to preview without creating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoIf true, returns a preview without actually creating
initScriptNoNoInit script number to run on launch
loginKeyNameNoLogin key name for SSH access
serverImageNoNoServer image number — for a new (public) server image (required path for KVM/Gen3). One of serverImageProductCode / serverImageNo / memberServerImageInstanceNo is required.
serverSpecCodeNoServer spec code — used with serverImageNo (KVM/Gen3, e.g. c2-g3, s2-g3). Optional; omit to use the minimum spec.
isEncryptedVolumeNoWhether to encrypt the root volume
serverProductCodeNoServer product (spec) code — used with serverImageProductCode (XEN/RHV, legacy). Optional; omit to use the minimum spec.
serverImageProductCodeNoServer image product code — for a new (public) server image, RHV/XEN. One of serverImageProductCode / serverImageNo / memberServerImageInstanceNo is required.
launchConfigurationNameNoLaunch configuration name
memberServerImageInstanceNoNoMember server image instance number — for a user-created server image. One of serverImageProductCode / serverImageNo / memberServerImageInstanceNo is required.
Behavior4/5

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

Annotations only include destructiveHint: false, leaving the description to disclose behavior. It explains the mutually-exclusive image source requirement, spec pairing rules (XEN/RHV vs KVM), optional minimum spec, and dryRun preview behavior — all beyond annotations. Does not discuss permissions or overwrite semantics, but strong for a create tool.

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?

Four sentences, front-loaded with the primary purpose, then constraints in order of importance. No wasted words; every sentence adds necessary information.

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?

With 10 interdependent parameters and minimal annotations, the description covers the critical selection and pairing rules and introduces dryRun for preview. It omits some workflow context (e.g., that the config is later attached to an ASG) and doesn't clarify whether launchConfigurationName is effectively required, but given no output schema, it's reasonably 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 has 100% coverage for all 10 parameters, so baseline is 3. The description adds cross-parameter logic: exactly one image source required, serverImageProductCode pairs with serverProductCode, serverImageNo pairs with serverSpecCode, and spec code optional for minimum spec. This goes beyond individual parameter descriptions and resolves ambiguity.

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 launch configuration for Auto Scaling', which is a specific verb and resource, and clearly distinguishes from sibling list/get/delete launch config tools. It also adds key constraints (image source selection) that make the purpose unmistakable.

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?

Clearly implies this is the tool for creating launch configurations. It provides how-to guidance (image source exclusivity, spec pairing, dryRun) but does not explicitly state when not to use it or name alternatives like create_asg. Still, given siblings are list/get/delete, context is clear.

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