Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_hadoop_create_cluster

Create a new Cloud Hadoop cluster with HA-enabled dual master nodes, configurable subnets, storage, and admin credentials. Use dryRun to preview without execution.

Instructions

Create a new Cloud Hadoop cluster. HA is always enabled (2 master nodes). Use dryRun=true to preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vpcNoYesVPC number
dryRunNoPreview without creating
useKdcNoUse Kerberos KDC (default: false)
kdcRealmNoKDC Realm (required when useKdc=true)
bucketNameYesObject Storage bucket name
regionCodeNoRegion code (e.g. KR)
kdcPasswordNoKDC admin password (required when useKdc=true)
loginKeyNameYesLogin key name for SSH access
useDataCatalogNoUse Data Catalog for Hive metastore (default: false)
bootstrapScriptNoBootstrap script path (required when useBootstrapScript=true)
workerNodeCountNoWorker node count (2-8, default: 2)
edgeNodeSubnetNoYesEdge node subnet number
engineVersionCodeNoEngine version code (for Rocky cluster)
masterNodeSubnetNoYesMaster node subnet number
useBootstrapScriptNoUse bootstrap script (default: false)
workerNodeSubnetNoYesWorker node subnet (private subnet only)
edgeNodeProductCodeNoEdge node server type code
masterNodeProductCodeNoMaster node server type code
workerNodeProductCodeNoWorker node server type code
cloudHadoopClusterNameYesCluster name (3-15 chars, lowercase+numbers+'-')
cloudHadoopAddOnCodeListNoAdd-on codes (e.g. PRESTO, HBASE)
cloudHadoopAdminUserNameYesAdmin user name for Ambari (3-15 chars)
masterNodeDataStorageSizeYesMaster storage GB (100-2000/10GB, or 4000, 6000)
workerNodeDataStorageSizeYesWorker storage GB (100-2000/10GB, or 4000, 6000)
cloudHadoopClusterTypeCodeYesCluster type code (use ncloud_hadoop_list_cluster_types)
cloudHadoopImageProductCodeNoImage product code. Default: latest
cloudHadoopAdminUserPasswordYesAdmin password (8-20 chars)
masterNodeDataStorageTypeCodeYesMaster storage type (SSD|HDD|CB2)
workerNodeDataStorageTypeCodeYesWorker storage type (SSD|HDD|CB2)
Behavior4/5

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

Beyond annotations (only destructiveHint: false), the description discloses that HA is always enabled with 2 master nodes and mentions dryRun for preview. This adds behavioral context not captured in annotations, though it could elaborate on other behaviors like billing or process duration.

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?

Two sentences, front-loaded with the purpose, and zero wasted words. Highly efficient.

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?

For a complex tool with 29 parameters (14 required), the description is too brief. It omits important context like needing VPC, subnets, or referencing other tools (e.g., ncloud_hadoop_list_cluster_types) to determine parameters. The dryRun tip is helpful, but overall incomplete.

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 documents parameters. The description adds slight value by highlighting dryRun usage, but doesn't explain any parameter relationships or constraints beyond schema.

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 creates a Cloud Hadoop cluster with a specific verb and resource. It also adds key details like HA always enabled and dryRun preview, which distinguishes it from sibling tools like ncloud_hadoop_delete_cluster.

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?

Provides a specific usage tip (use dryRun=true to preview), but lacks guidance on prerequisites, when to use versus alternatives, or when not to use. Minimal guidance overall.

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