Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

List database remote connections

hosting_listDatabaseRemoteConnectionsV1
Read-only

Retrieve remote-access rules for databases, showing which IPv4/IPv6 hosts can connect. Filter by domain to view rules for specific database assignments.

Instructions

Returns the remote-access rules for the specified account: the remote hosts (IPv4/IPv6 addresses, or "%" for any host) allowed to connect to the account databases.

Use the domain filter to only return rules for databases assigned to a specific domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoFilter remote connections by the domain the database is assigned to. Rules for databases not assigned to any domain are always included.
usernameYesusername parameter

Schema Changelog

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

  1. Addedv1.23.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already communicate readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral detail about what constitutes a remote host, including IPv4/IPv6 and '%' wildcard. It does not mention pagination or default behavior when domain is omitted, but nothing contradicts the 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?

The description is two sentences long, front-loads the core purpose, and includes the filter usage without unnecessary filler. Every 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 simple read-only listing tool with only two well-documented parameters, the description gives enough context: what is returned, what the values mean, and how to narrow by domain. There is no output schema, but the description adequately conveys the return concept even if it does not specify the exact response shape.

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 description coverage is 100%, so the baseline is 3. The description reinforces the domain filter's meaning and gives the '%' wildcard context, adding slight value. The username parameter, however, is only described as 'username parameter' in both schema and description, so it adds no real semantic value.

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 states a specific action and resource: 'Returns the remote-access rules for the specified account' and clarifies these are the remote hosts allowed to connect. It clearly distinguishes this from sibling tools like create/delete remote connection and 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 Guidelines4/5

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

The description gives clear context for when to use the tool and specifically instructs how to use the domain filter to narrow results to a particular domain. It does not explicitly name alternative tools or exclusion cases, but the usage context is clear enough.

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