Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Delete database remote connection

hosting_deleteDatabaseRemoteConnectionV1
DestructiveIdempotent

Permanently remove a remote-access rule to revoke a host's database access. Provide the database name, username, and the exact IP address or '%' returned by the list remote connections endpoint.

Instructions

Permanently removes a remote-access rule, revoking the given host's remote access to the database.

Identify the rule with the required ip query parameter (the IPv4/IPv6 address, or "%", exactly as returned by the list remote connections endpoint). The database name must be the full name returned by the list databases endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesRemote host to revoke: the IPv4/IPv6 address, or "%", exactly as returned by the list remote connections endpoint.
nameYesFull database name as returned by the list databases endpoint.
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 declare destructiveHint=true and idempotentHint=true, so the description need not repeat these. It adds the phrasing 'permanently removes' and 'revoking', reinforcing the destructive nature but not providing much additional behavioral context beyond annotations. There is no contradiction with 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, front-loading the action and following with critical parameter identification. Every sentence serves a purpose—first stating what it does, then how to identify the rule. No wasted words, and the structure is clean.

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?

With 3 required parameters and no output schema, the description covers the essential invocation details: how to identify the rule and which values to use for ip and name. However, it does not explain the 'username' parameter beyond the schema's generic description, nor does it address potential error cases or response behavior. For a simple delete operation, this is sufficient, but a bit more on username would make it fully complete.

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% with each parameter fully described. The tool description essentially repeats the schema's guidance about using exact values from list endpoints without adding new meaning. Since the schema already documents parameters, baseline 3 is appropriate as no extra insight is provided.

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 action (permanently removes a remote-access rule) and the resource (database remote connection), explicitly distinguishing it from create/list siblings by saying 'removes'. It also describes the effect (revoking host's remote access), leaving no ambiguity about what the tool does.

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 provides concrete usage instructions: the ip must be exactly as returned by the list remote connections endpoint and the name must be the full name from list databases. This helps the agent call it correctly. However, it does not explicitly mention when to use this tool versus creating or listing connections, though the destructive purpose makes the choice evident.

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