Skip to main content
Glama

create_mysql_user

Create a new MySQL database user on cPanel with specified username and password. Provides credentials for database access.

Instructions

Create a new MySQL database user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesUsername (will be prefixed with cPanel username)
passwordYesPassword for the new user
Behavior2/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 simply says 'Create a new MySQL database user' without explaining side effects, prerequisites, whether the user is created with no privileges, or naming conventions (cPanel prefix is only in the parameter schema). This is insufficient for a mutation tool.

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 a single, focused sentence that states the core purpose with no filler or redundant information. It is appropriately concise for a simple create operation, though it lacks depth in other areas.

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 simple two-parameter create tool, the description is minimally viable but incomplete. It doesn't mention what happens after creation (e.g., whether the user needs privileges granted), potential error conditions, or return values (no output schema). Given the simplicity, this is acceptable but leaves obvious gaps.

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 100%, so the parameters are already well-documented ('Username (will be prefixed with cPanel username)' and 'Password for the new user'). The tool description adds no additional parameter meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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?

The description clearly states the action: 'Create a new MySQL database user' with a specific verb (create) and resource (MySQL database user). It naturally distinguishes itself from sibling tools like create_mysql_database, list_mysql_users, and delete_mysql_user.

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. For example, it doesn't mention that this creates the user before setting privileges with set_mysql_privileges, or that the user is independent of databases. The description is purely a one-line definition with no usage context.

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/0xHayd3n/cPanel-MCP-Server'

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