Skip to main content
Glama

admins_create

Creates a new DirectAdmin administrator account using a username, email, and password, with an optional welcome email notification.

Instructions

Create another admin account.

Args: username: New admin. email: Contact email. password: Initial password. notify: Send welcome email. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
notifyNo
confirmNo
passwordYes
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description must carry behavioral disclosure, but it only notes the notify side effect and marks confirm as required. It does not explain that creating an admin is a privileged, persistent mutation, whether it is reversible, or what confirmation is actually needed. The 'confirm' statement is also ambiguous relative to the schema's required list.

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 definition is compact, front-loads the purpose in the first sentence, and uses a plain Args list without filler. Each line adds information, making it easy to scan.

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?

The output schema covers return values and the arg list covers parameters, so the definition is minimally viable. However, it lacks usage routing among account-creation siblings, permission expectations, and a clear explanation of the confirm field, leaving important context missing for a mutating admin tool.

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?

The schema has 0% description coverage, so the description compensates by glossing username, email, password, and notify with actual meaning. The confirm parameter is only labeled 'Required' without explaining its role or value, which is a notable gap, but most parameters gain useful context beyond their titles.

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?

Opens with a specific verb and resource: 'Create another admin account.' This clearly identifies the tool's operation and distinguishes it from listing tools such as admins_list. It does not explicitly differentiate from sibling creation tools like users_create or resellers_create, so it stops short of full sibling distinction.

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?

There is no guidance on when to use this tool versus the sibling creation tools such as users_create or resellers_create. No prerequisites, permission requirements, or exclusions are stated, leaving the agent to infer usage only from the resource name.

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