Skip to main content
Glama

users_convert_to_reseller

Promote a standard user account to a reseller role, enabling them to manage their own users and domains within DirectAdmin.

Instructions

Promote a user account to reseller.

Args: username: User to promote. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of disclosing behavior. It dos not explain that this is a state-chang ing administrative operation, whether it is reversible, what permissions are needed, or what the confirmation flag protects against. 'confirm: Required' hints at a guided action but dos not disclose consequences.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, front-loaded, and free of unnecessary prose. The Args block is compact, but 'confirm: Required' is questionable in accuracy and prevents full marks.

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

Completeness2/5

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

An output schema may cover return values, but the description still omits prerequisites, the account-level effects, and the real semantics of the confirm flag. For a state-changing reseller operation with a safeguard parameter, this is not complete enough.

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

Parameters2/5

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

The username gloss ('User to promote') is useful and maps to the schema. However, 'confirm: Required' is ambiguous and conflicts with the schema, where confirm is not in required and defaults to false. With 0% schema description coverage, the description should compensate but leaves the confirmation field underspecified and misleading.

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?

States the exact operation ('Promote a user account to reseller') with a specific verb and resource. The direction from user to reseller distinguishes it from the sibling tool resellers_convert_to_user without requiring additional explanation.

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

Usage Guidelines4/5

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

Gives clear context: use this when an existing user account should become a reseller. It does not name exclusions or point to alternatives like resellers_create, but the intended condition is still explicit.

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