Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_nks_get_server_specs

Read-only

Retrieve available server specifications for NKS cluster or node pool creation by providing a software code and zone code or number.

Instructions

List available server specifications for NKS cluster/node pool creation. Requires softwareCode (from ncloud_nks_get_server_images) and zoneCode or zoneNo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoneNoNoZone number. Required if zoneCode not provided.
zoneCodeNoZone code (e.g., KR-1). Required if zoneNo not provided.
softwareCodeYesServer image code (value from ncloud_nks_get_server_images)
Behavior3/5

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

Annotations already declare readOnlyHint: true, so the description is not required to state it. The description adds context about being for NKS creation but does not disclose further behavioral traits (e.g., pagination, sorting). It is adequate given the annotations.

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, no redundancy. Purpose is front-loaded, followed by parameter requirements. Every sentence adds value and is concise.

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

Completeness3/5

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

With no output schema, the description does not describe the return format or fields. It explains the purpose and input dependencies adequately but lacks information on what the tool returns. Slightly incomplete for a list tool.

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 covers 100% of parameters but the description adds meaning by specifying that softwareCode comes from ncloud_nks_get_server_images and zoneCode/zoneNo are mutually required. This adds value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists server specifications for NKS cluster/node pool creation, using a specific verb and resource. It is distinct from sibling tools by the NKS prefix, but does not explicitly differentiate from similar tools like ncloud_ses_get_server_specs.

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 explicitly says it requires softwareCode and zoneCode or zoneNo, indicating it should be used after retrieving softwareCode from another tool. It provides clear context on when to use but does not mention when not to use or give alternatives.

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