Skip to main content
Glama

ssl_reissue_domain_legacy

Reissue SSL certificates on legacy DirectAdmin panels that lack the newer domain-tls endpoint. Supports wildcard domains and configurable hostnames, defaulting to domain and www.

Instructions

Fallback Let's Encrypt request via legacy CMD_API_SSL (older DirectAdmin).

Use ssl_reissue_domain first. This exists for panels that predate /api/domain-tls.

Args: domain: Domain to issue. wildcard: Include *.domain (needs DNS challenge). entries: Extra hostnames (www, mail, …). Defaults to domain + www.domain. keysize: secp384r1 | ecdsa | 4096 | 2048 encryption: sha256 impersonate: Owning user. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
confirmNo
entriesNo
keysizeNosecp384r1
wildcardNo
encryptionNosha256
impersonateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It adds useful context such as the legacy API, wildcard DNS challenge requirement, and the need for confirmation. However, it does not disclose side effects (e.g., replacement of existing certificate), auth requirements beyond impersonate, or failure behavior, leaving gaps in transparency.

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, front-loaded with the most important instruction ('Use ssl_reissue_domain first'), and followed by a tight args list. Every sentence and bullet adds value, with no filler or repetition of schema defaults.

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

Completeness4/5

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

For a legacy fallback tool with 7 parameters and no annotations, the description covers the key context: purpose, alternative, legacy scope, parameter meanings, and special requirements. Since an output schema exists, return values need not be described. Minor omissions like explicit error conditions or prerequisites keep it short of a 5.

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 description coverage is 0%, so the description must compensate, and it does. It explains every parameter concisely, adds meaningful semantics (wildcard requires DNS challenge, entries default to domain and www, keysize options, impersonate owner, confirm required). This goes well beyond the schema, though domain itself is described minimally.

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 opening line identifies a specific action and resource: a fallback Let's Encrypt request through the legacy CMD_API_SSL path. It also explicitly differentiates from the sibling ssl_reissue_domain by stating which one to use first, making the tool's role clear without requiring schema inspection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives direct usage guidance: 'Use ssl_reissue_domain first' and clarifies that this legacy variant exists only for panels predating /api/domain-tls. This names the alternative and the condition that selects between them, which is exactly what an agent needs.

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