Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

hosting_createAccountDatabaseV1

Create a database with a user and password for a hosting account, automatically prefixing names and linking to a website domain.

Instructions

Creates a database with a database user and password for the specified account.

The database name and user are automatically prefixed with the account username when needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDatabase name. If the account username prefix is omitted, it is added automatically.
userYesDatabase user. If the account username prefix is omitted, it is added automatically.
passwordYesDatabase user password.
usernameYesusername parameter
website_domainYesWebsite domain assigned to the database.
Behavior3/5

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

No annotations exist, so the description must fully disclose behavioral traits. It explains automatic prefixing, which is helpful, but omits details like whether the tool checks for existing databases, required permissions, or any irreversible actions. The disclosure is adequate but not thorough.

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?

Two sentences with a clear first sentence stating the main purpose and a second sentence adding an important note about prefixing. No redundancy, front-loaded, and every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the number of database-related sibling tools and the lack of an output schema, the description covers the essential purpose and a key behavioral nuance. It is sufficient for an AI agent to understand when and how to use this tool, though could mention what happens on success or failure.

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?

Schema coverage is 100%, providing a baseline of 3. The description adds semantic value by noting automatic prefixing for 'name' and 'user' parameters, which is not fully explained in the schema descriptions. This enhances understanding beyond the schema alone.

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 tool creates a database with a user and password for an account, specifying the automatic prefixing behavior of database name and user. This distinguishes it from sibling tools like delete, repair, or change password.

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?

The description implies usage for creating databases but does not explicitly state when to use this tool versus alternatives like hosting_changeDatabasePasswordV1 or hosting_deleteAccountDatabaseV1. No exclusions or context are provided.

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/hostinger/api-mcp-server'

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