Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

List account databases

hosting_listAccountDatabasesV1
Read-only

Lists databases for a Hostinger account with pagination. Filter by domain, search by name/user/creation date, or show only assigned databases.

Instructions

Returns a paginated list of databases for the specified account.

Use the domain and is_assigned filters to find databases assigned to a specific domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
domainNoFilter by domain name (case-insensitive substring match)
searchNoSearch databases by name, user, or creation date.
per_pageNoNumber of items per page
usernameYesusername parameter
is_assignedNoWhen used with domain, return only databases assigned to that domain.
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that results are paginated, which is useful, but it does not disclose default page sizes, ordering, or what fields are returned. No contradiction with annotations.

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 deliver the core purpose and the most important filtering use case with no filler. The primary action is front-loaded and each sentence earns its place.

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 read-only list endpoint with full schema descriptions and annotations, the description is sufficiently complete: it states pagination, account scope, and the key filter combination. The lack of an output schema is mitigated by the straightforward nature of the tool, though return field details would add further completeness.

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 coverage is 100%, so the description does not need to re-document parameters. It does add a small amount of intent by explaining that domain and is_assigned filters are used to find databases assigned to a specific domain, but this largely mirrors the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns a paginated list of databases for a specified account, and the title reinforces the account-level scope. It is distinguishable from create/delete database siblings, though it does not explicitly contrast with website-level database listing tools.

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 gives concrete guidance on using the domain and is_assigned filters together to find databases assigned to a domain. However, it does not state when to prefer this tool over alternatives such as agency-hosting_listWebsiteDatabasesV1 or list database tools for other scopes.

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

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