Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_create_target_group

Create a target group for a load balancer by specifying VPC, protocol, and target type. Configure health checks, ports, and algorithm for traffic distribution.

Instructions

Create a new target group for a load balancer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vpcNoYesVPC number
targetNoListNoList of target numbers to bind to the target group at creation
targetTypeCodeYesTarget type code (VSVR)
healthCheckPortNoHealth check port
targetGroupNameNoTarget group name (max 30 characters)
targetGroupPortNoTarget group port number
healthCheckCycleNoHealth check cycle in seconds (5-300, default: 30)
algorithmTypeCodeNoLoad balancing algorithm (RR, LC, SIPHS, MH)
healthCheckUrlPathNoHealth check URL path (for HTTP/HTTPS)
healthCheckUpThresholdNoHealthy threshold count (2-10, default: 2)
targetGroupDescriptionNoTarget group description
healthCheckDownThresholdNoUnhealthy threshold count (2-10, default: 2)
healthCheckProtocolTypeCodeNoHealth check protocol (HTTP, HTTPS, TCP)
targetGroupProtocolTypeCodeYesTarget group protocol type (HTTP, HTTPS, TCP, PROXY_TCP)
healthCheckHttpMethodTypeCodeNoHTTP method type for health check (HEAD, GET). Required if healthCheckProtocolTypeCode is HTTP or HTTPS
Behavior2/5

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

Annotations indicate destructiveHint=false (consistent with creation). Beyond that, the description adds no behavioral details such as cost implications, permission requirements, or that the target group must be associated with a load balancer later.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence with 10 words, front-loading the action. While more context could be helpful for a creation tool with 15 parameters, it avoids unnecessary verbosity.

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 high complexity (15 params, no output schema), the description lacks details on return values, constraints (e.g., name uniqueness), or lifecycle relationships (e.g., association with VPC and load balancer).

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 coverage is 100% with detailed parameter descriptions. The description adds no additional meaning, so it meets the baseline but does not elevate understanding.

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 uses a specific verb ('Create') and resource ('target group') with context ('for a load balancer'), clearly distinguishing it from sibling tools like ncloud_list_target_groups or ncloud_delete_target_groups.

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?

No guidance on when to use this tool vs alternatives (e.g., ncloud_create_load_balancer or ncloud_change_target_group_config). Missing prerequisites (e.g., VPC must exist) or scenarios where this tool is appropriate.

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