Skip to main content
Glama
rsp2k
by rsp2k

create_user

Create a new database user with customizable permissions and password encryption for Vultr-managed databases.

Instructions

Create a new database user.

Args: database_id: The database ID or label username: Username for the new user password: Password (auto-generated if not provided) encryption: Password encryption type (MySQL: caching_sha2_password, mysql_native_password) access_level: Permission level (Kafka: admin, read, write, readwrite)

Returns: Created user information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
usernameYes
passwordNo
encryptionNo
access_levelNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While 'Create' implies a mutation, it lacks details on permissions required, whether the operation is idempotent, potential side effects (e.g., if username exists), or error handling. The description mentions returns but gives no behavioral context, leaving significant gaps 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.

Conciseness4/5

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

The description is well-structured with clear sections ('Args', 'Returns') and front-loaded purpose. It avoids unnecessary fluff, though the encryption and access-level examples could be more concise. Every sentence adds value, making it efficient for an agent to parse.

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?

Given the complexity (mutation tool with 5 parameters, no annotations, no output schema), the description is partially complete. It covers parameters well but lacks behavioral context (e.g., permissions, errors) and output details (only mentions 'Created user information' vaguely). For a user-creation tool, this leaves the agent with insufficient guidance on execution and results.

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?

With 0% schema description coverage, the description compensates by explaining all 5 parameters in the 'Args' section, adding meaning beyond the bare schema. It clarifies 'database_id' as 'ID or label', notes auto-generation for 'password', and provides examples for 'encryption' and 'access_level' values, which is helpful despite some ambiguity (e.g., unclear if examples are exhaustive).

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 specific action ('Create a new database user') and identifies the resource ('database user'), making the purpose immediately evident. It distinguishes from siblings like 'delete_user' (for removal) and 'update_user' (for modifications), establishing a clear functional boundary.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., needing database access), exclusions (e.g., when not to create users), or compare with sibling tools like 'setup_service_user' or 'setup_standard_user', leaving the agent without contextual usage direction.

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/rsp2k/mcp-vultr'

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