Skip to main content
Glama

db_create_with_user

Create a database and its associated user in a single DirectAdmin call. Combine the payload for both resources to provision database access in one step.

Instructions

Create a database and a user in one call.

Args: payload: Combined create body. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
payloadYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

There are no annotations, so the description carries the full behavioral disclosure burden. It only says 'create' and lists arguments; it does not explain that this is a mutating operation, what confirmation means, whether resources are immediately created, side effects, or permission requirements. The terse 'confirm: Required' hint is not enough to disclose the operation's behavior.

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 appropriately short and front-loaded: the core purpose appears in the first sentence, and the Args section is minimal. The main issue is ambiguity rather than verbosity or poor structure.

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?

For a compound creation tool with a nested free-form payload, no annotations, and zero schema documentation, the description is insufficient. An agent cannot reliably form the payload, interpret what 'confirm: Required' actually means, or understand the operation's effects. The existence of an output schema does not compensate for these invocation-level gaps.

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?

Schema description coverage is 0%, so the description must compensate. It adds minimal meaning by labeling payload as 'Combined create body' and confirm as 'Required,' but payload remains an unspecified free-form object under additionalProperties: true, and 'confirm: Required' conflicts with the schema, where confirm is optional with a default of false. The description does not adequately explain the parameters.

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 first sentence clearly states the action and resource: 'Create a database and a user in one call.' This is specific and immediately distinguishes the tool from sibling tools like db_create and db_create_user by emphasizing the combined operation.

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

Usage Guidelines3/5

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

No explicit when-to-use guidance or alternatives are provided. The phrase 'in one call' implies the agent should use this when both a database and user need to be created together, but there is no direct statement about when not to use it or how it relates to db_create and db_create_user.

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