Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

List website databases

agency-hosting_listWebsiteDatabasesV1
Read-only

Retrieve a paginated list of MySQL databases for an Agency Plan website, including non-system users for each database.

Instructions

Returns a paginated list of MySQL databases created for an Agency Plan website.

Each entry includes the database's non-system users.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
per_pageNoNumber of items per page
website_uidYesAgency Plan website UID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.42.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description goes beyond by disclosing pagination behavior and that returned entries include the database's non-system users, which is not inferable from annotations or schema. It does not add auth or rate-limit context, but that is not required for a read-only list.

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, each with distinct value: first states the operation and scope, second states the key content of the response. No filler or redundancy.

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?

For a simple read-only, paginated list tool with fully described parameters and read-only annotations, the description is nearly sufficient. It mentions pagination and the notable inclusion of non-system users, though it leaves the full response shape unspecified since there is no output schema. Considering low complexity, this is adequate.

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?

All three parameters have schema descriptions (100% coverage), so the baseline is 3. The description's mention of 'paginated list' merely reinforces the schema's 'Page number' and 'Number of items per page' without adding new constraints or format details. website_uid scope is already described in the schema.

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?

States a specific verb ('Returns a paginated list'), a concrete resource ('MySQL databases'), and a scoping qualifier ('created for an Agency Plan website'). This distinguishes it from account-level database listing tools such as hosting_listAccountDatabasesV1.

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 the tool is for Agency Plan website databases, which differentiates from account-level database tools, but it never explicitly tells an agent when to choose this over a sibling like hosting_listAccountDatabasesV1 or when not to use it. No prerequisites or exclusions are stated.

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