Skip to main content
Glama
rsp2k
by rsp2k

create_cdn_ssl_certificate

Upload SSL certificates to secure CDN zones on Vultr. Use domain names or IDs to configure HTTPS with PEM format certificates and keys.

Instructions

Upload SSL certificate for a CDN zone. Smart identifier resolution: use origin domain, CDN domain, or UUID.

Args: zone_identifier: The CDN zone origin domain, CDN domain, or ID certificate: SSL certificate content (PEM format) private_key: Private key content (PEM format) certificate_chain: Certificate chain (optional, PEM format)

Returns: SSL certificate details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_identifierYes
certificateYes
private_keyYes
certificate_chainNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'Upload SSL certificate' which implies a write/mutation operation, but doesn't address critical behavioral aspects like required permissions, whether this overwrites existing certificates, rate limits, or what happens on failure. The 'Returns' section mentions 'SSL certificate details' but provides no specifics about the response format.

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 efficiently structured with a clear purpose statement upfront, followed by organized 'Args' and 'Returns' sections. Every sentence adds value with no redundant information, making it easy to scan and understand quickly.

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?

For a mutation tool with 4 parameters, 0% schema coverage, and no output schema, the description provides adequate parameter documentation but lacks critical behavioral context. It doesn't address authentication requirements, error conditions, or what 'SSL certificate details' includes in the return. The absence of annotations increases the need for more comprehensive description.

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?

With 0% schema description coverage, the description adds significant value by documenting all 4 parameters with clear names and format requirements (PEM format). It explains the 'zone_identifier' accepts multiple identifier types and notes 'certificate_chain' is optional. However, it doesn't provide examples or clarify what constitutes valid PEM content.

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 specific action ('Upload SSL certificate') and target resource ('for a CDN zone'), with the 'Smart identifier resolution' clause providing important scope clarification. It distinguishes from sibling tools like 'delete_cdn_ssl_certificate' by specifying creation rather than deletion.

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 explicit guidance on when to use this tool versus alternatives is provided. While the description mentions 'Smart identifier resolution' for zone identification, it doesn't specify prerequisites, when-not-to-use scenarios, or compare with related tools like 'disable_auto_ssl' or 'get_cdn_ssl_certificate'.

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/rsp2k/mcp-vultr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server