Skip to main content
Glama

ssl_set_server_acme_config

Configure ACME settings for the DirectAdmin hostname certificate to automate SSL issuance. Set provider, key type, additional domains, and DNS-01 credentials for renewal.

Instructions

Update ACME settings for the DirectAdmin hostname certificate.

Args: account: ACME account email. enabled: Enable ACME for the hostname. provider: '' | letsencrypt | letsencrypt-staging | zerossl key_type: rsa2048 | rsa4096 | ec256 | ec384 additional_domains: Extra names on the hostname cert. dns_provider: Optional DNS-01 provider. dns_environment: Provider secrets. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountYes
confirmNo
enabledNo
key_typeNoec256
providerNoletsencrypt
dns_providerNo
dns_environmentNo
additional_domainsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.6/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only says 'Update' and lists arguments; it does not explain side effects, whether the live hostname certificate is reissued, what 'confirm' actually does, or what permissions are required.

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 compact and well-structured: a one-sentence purpose followed by a clean Args list. Every parameter earns its place, and there is no filler or redundant repetition of schema defaults.

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 safety-sensitive mutation with no annotations, the description is incomplete: it omits when to use the tool, what confirm actually prevents/enables, and whether updating ACME settings triggers certificate reissuance or other side effects. The output schema covers return values, but operational context is lacking.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates by defining every parameter, including value domains for provider and key_type, semantic roles for additional_domains and dns_environment, and the critical requirement that confirm is required. This adds substantial meaning beyond the bare 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 a specific action ('Update') and a specific resource ('ACME settings for the DirectAdmin hostname certificate'). The use of 'hostname certificate' differentiates this from domain-level ACME tools such as ssl_set_domain_acme_config.

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 explains what the tool does but provides no guidance on when to use it versus alternatives like ssl_set_domain_acme_config or ssl_reissue_server. There are no exclusions, prerequisites, or contextual use cases beyond the basic resource scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/OpenIaaS/directadmin-mcp-server'

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