Skip to main content
Glama

users_unsuspend

Unsuspend a DirectAdmin account to restore access for a previously disabled user. Confirm the action to reactivate the account.

Instructions

Unsuspend an account (same toggle endpoint as users_suspend).

Args: username: Account. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description bears the full burden of behavioral disclosure, yet it only says 'Unsuspend an account' and that the endpoint is shared with users_suspend. It does not explain permissions, side effects, idempotency, or what happens if the account is already active, leaving significant behavioral ambiguity.

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

Conciseness3/5

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

The description is brief and front-loaded, which is good for conciseness, but the Args section is misleading and the overall structure omits critical clarifying details. It earns no wasted words, yet inaccuracy in one line prevents a higher score.

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?

Despite being a simple two-parameter tool, the description is not complete enough for correct invocation. The confirm parameter's purpose and requirements are misrepresented, and with no annotations, important context about the operation's effects and prerequisites is missing. The output schema covers return values, but the calling context remains under-specified.

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

Parameters1/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 labels username as 'Account', which adds a small amount of meaning, but 'confirm: Required' is factually wrong because the schema lists confirm as optional with a default value and only username is required. This active misinformation makes the parameter guidance harmful rather than helpful.

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 opens with 'Unsuspend an account', a specific verb and resource that clearly conveys the tool's purpose. Mentioning 'same toggle endpoint as users_suspend' helps relate this tool to a sibling, though it does not fully distinguish it beyond the action verb.

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 explicit guidance on when to use this tool versus alternatives like users_suspend. The phrase 'same toggle endpoint' implies a relationship but does not state that users_unsuspend is the appropriate choice for reversing a suspension, nor are conditions or exclusions provided.

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