Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_pca_create_ca

Create a Private Certificate Authority (Root or Sub CA) with specified key type, validity period, and distinguished name attributes for certificate management.

Instructions

Create a new Private CA (Root CA or Sub CA). Requires alias, keyType, period, and x509Parameters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNoIP SANs (IP address format)
memoNoCA memo/description
aliasYesCA name (3-15 chars, alphanumeric + '-' + '_', starts with letter)
caTypeYesCA type: PRIVATE_ROOT (Root CA) or PRIVATE_SUB (Intermediate CA)
periodYesValidity period in days (1-3650) or 'MAX' for maximum
altNameNoDNS/Email SANs (domain/host name or email format)
countryNoCountry code (ISO 3166-1 alpha-2)
keyTypeYesKey type for the CA
localityNoCity name (0-128 chars)
issuerTagNoIssuer CA tag value (required for PRIVATE_SUB when using internal signing)
commonNameYesCommon Name (1-64 chars)
organizationNoOrganization name (0-64 chars)
stateProvinceNoState/Province name (0-128 chars)
organizationUnitNoOrganization unit name (0-128 chars)
Behavior2/5

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

Annotations are minimal (only destructiveHint: false). The description does not disclose behavioral traits such as whether creating a CA requires specific permissions, what happens if the alias already exists, or any irreversible actions. It only states the creation action without side effects.

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

Conciseness3/5

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

The description is very short (one sentence). While concise, it omits important details and the mention of 'x509Parameters' is imprecise. It could be restructured to clearly list required parameters and explain the two CA types.

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?

Given the complexity of creating a CA with 14 parameters and no output schema, the description is insufficient. It does not explain what the tool returns (e.g., CA identifier, status), nor does it clarify the relationship between the numerous X.509-related parameters. The agent lacks necessary context for successful invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. However, the description mentions 'x509Parameters' which is not an actual parameter in the schema, causing confusion. It does not add useful meaning beyond what the schema already provides; actually it misleads. Therefore score is reduced to 2.

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 the tool creates a new Private CA (Root or Sub) and lists required parameters. It differentiates from sibling tools like ncloud_pca_list_cas or ncloud_pca_get_ca which are for reading. However, it references 'x509Parameters' which is not a parameter in the schema; the actual X.509 fields are individual parameters. This slight mismatch reduces clarity.

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 (e.g., when to create Root vs Sub CA, or when to use other PCA tools). No exclusions or context about prerequisites are given.

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