Skip to main content
Glama

ncloud_create_mssql_instance

Create a Cloud DB for MSSQL instance on Ncloud Gov. Use dryRun parameter to preview settings without provisioning.

Instructions

Create a new Cloud DB for MSSQL instance. Use dryRun=true to preview without creating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isHaYesHigh availability mode (true creates Mirror server, 2 servers total)
vpcNoYesVPC number
dryRunNoIf true, returns a preview without actually creating the instance
isBackupNoWhether to enable automatic backup
subnetNoYesSubnet number
backupTimeNoBackup time (HH:mm format)
isMultiZoneNoMulti Zone mode (only when isHa=true)
configGroupNoNoConfig Group number
cloudMssqlPortNoMSSQL port number (default: 1433, range: 10000-20000)
mirrorSubnetNoNoMirror server subnet number. Required when isMultiZone=true.
characterSetNameNoDB character set (Korean_Wansung_CI_AS | SQL_Latin1_General_CP1_CI_AS)
engineVersionCodeNoDB engine version code
isAutomaticBackupNoWhether to enable automatic backup scheduling
cloudMssqlUserNameYesInitial admin user name
dataStorageTypeCodeNoData storage type: SSD | HDD | CB2
cloudMssqlProductCodeNoMSSQL server product (spec) code
cloudMssqlServiceNameYesMSSQL service name (3-20 chars, lowercase letters and numbers)
cloudMssqlUserPasswordYesInitial admin user password
backupFileRetentionPeriodNoBackup retention period in days (1-30)
cloudMssqlImageProductCodeNoMSSQL image product code
Behavior3/5

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

The annotation destructiveHint=false is consistent with a create operation. The description adds the dryRun behavior, which is useful, but it does not disclose whether the operation is synchronous, what happens on success, or potential cost implications.

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 two concise sentences with no wasted words. It front-loads the primary purpose and adds a single actionable tip about dryRun.

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?

This is a complex tool with 20 parameters, no output schema, and only a minimal annotation. The description does not mention return values, required setup steps, or how to choose among the many parameters. It relies entirely on the schema for context, which is insufficient for a creation tool of this complexity.

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 the schema already explains all parameters. The description adds no parameter-specific detail beyond repeating the dryRun flag's schema description, which provides minimal additional value.

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 states 'Create a new Cloud DB for MSSQL instance' with a specific verb and resource. It clearly indicates the tool creates an MSSQL instance, distinguishing it from related sibling tools like create_mssql_slave or list_mssql_instances.

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?

The description provides no guidance on when to use this tool versus alternatives. It only mentions a dryRun flag but does not explain prerequisites, when to prefer creating a slave, or when to query existing instances first.

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