Skip to main content
Glama
dmanfx

mcp-hs4

by dmanfx

hs4.admin.users.create

Create a user account in HS4 with admin-level controls, specifying username and optional role, email, and password for auditable user management.

Instructions

Create a user account through admin controls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNo
emailNo
domainYesAdmin mutation domain; must be 'users'.
dryRunNoIf true, validates and simulates action without changing HS4.
intentNoHigh-level intent for this operation.
reasonNoReason/rationale for auditability.
confirmNoMust be true for mutating operations unless running dry-run.
enabledNo
passwordNo
usernameYes
riskLevelNoRisk classification for audit and change-control workflows.medium
displayNameNo
changeTicketNoRequired when policy enforces change-ticket gating.
operationTierNoPrivilege tier for this mutation.operator
maintenanceWindowIdNoRequired for non-dry-run admin mutations.
Behavior2/5

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

The description does not reveal any behavioral traits such as whether the mutation requires confirmation, auditability, or dry-run support. Annotations are absent, so the description should compensate, but it fails to mention that the tool is destructive or that it requires explicit confirm flags.

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 a single short sentence with no fluff. It is front-loaded and efficient, though it could benefit from a bit more detail without becoming verbose.

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?

Given the complexity (15 parameters, no output schema, no annotations), the description is insufficient. It does not explain return values, side effects, or how the admin controls work. An agent would need to infer too much from the ambiguous description.

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 description adds no meaning beyond what the schema already provides. With 60% schema description coverage, the description should clarify parameter roles, but it does not mention required parameters like username and domain or explain the importance of password, email, or riskLevel.

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 the verb ('Create') and resource ('user account'), and indicates the context ('through admin controls'). It distinguishes from sibling tools like update, delete, and list by focusing on creation. However, it does not specify if the user is an admin user or a regular user, leaving some ambiguity.

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?

No guidance is provided on when to use this tool versus alternatives like set_role or update. There are no prerequisites, when-not-to-use, or context about the required confirm or maintenanceWindowId parameters. The agent has no help deciding between similar tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/dmanfx/mcp-hs4'

If you have feedback or need assistance with the MCP directory API, please join our Discord server