Skip to main content
Glama

ssl_server_enable

Enable TLS on the DirectAdmin service to secure its web interface. Requires confirmation; use force to switch even if the certificate looks incomplete.

Instructions

Enable TLS on the DirectAdmin service itself.

Args: force: Force the switch even if a cert looks incomplete. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does reveal useful behavior through the 'force' argument ('Force the switch even if a cert looks incomplete') and notes that 'confirm' is required, but it omits side effects like service restarts, downtime, or config changes.

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 short and front-loaded with the main purpose, followed by a compact Args section. Every sentence earns its place and there is no redundant filler.

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 two-boolean mutation tool with an output schema, the description is roughly adequate, but it leaves ambiguity around whether 'confirm' must be explicitly true, what side effects occur, and when to prefer this over sibling SSL server tools. It would benefit from a brief note on prerequisites or consequences.

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 description coverage is 0%, so the description must compensate. It defines 'force' clearly and marks 'confirm' as required, but 'confirm: Required' is ambiguous and conflicts with the schema, which lists no required parameters and has a default of false. The description adds some meaning but not enough to fully resolve invocation behavior.

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 a specific action and resource: 'Enable TLS on the DirectAdmin service itself.' This distinguishes it from domain-level SSL tools, though it does not explicitly name or contrast a sibling tool.

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

Usage Guidelines3/5

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

The phrase 'on the DirectAdmin service itself' implies this is for server-level TLS rather than domain-level, but there is no explicit guidance on when to use this tool versus alternatives, nor any when-not-to-use conditions.

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