Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Change website domain

agency-hosting_changeWebsiteDomainV1
DestructiveIdempotent

Replace the primary domain of an Agency Plan website: provide the current domain, new domain, and website UID. Set domain to null to revert to the temporary domain.

Instructions

Changes the primary domain for an Agency Plan website.

Provide the current domain in the path and the new domain in the request body. Set domain to null to revert to the temporary domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesNew domain to assign to the website. Set to null to revert to the temporary domain.
from_domainYesCurrent domain name to change from
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.2/5.0
Behavior3/5

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

Annotations already indicate this is a destructive, non-read-only mutation. The description adds the useful special behavior that setting domain to null reverts to the temporary domain, but it does not disclose broader consequences such as DNS/domain release effects. 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?

Three short sentences, each earning its place: purpose, request layout, and null-revert behavior. The purpose is front-loaded and there is no redundant filler.

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 3-parameter mutation with no output schema, the description covers the core operation, required parameter placement, and an important edge case. It could mention side effects or success response behavior, but the annotations and schema cover most of the remaining context.

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%, so the baseline is 3. The description adds value by clarifying the request layout: the current domain goes in the path and the new domain goes in the request body. It also reinforces the null-to-revert special case.

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 opens with a specific verb and resource: 'Changes the primary domain for an Agency Plan website.' This clearly identifies what the tool does and its scope, and distinguishes it from sibling domain-linking/unlinking 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 operation context is clear: use this when changing the primary domain of an Agency Plan website. The description also explains how the current and new domains are supplied. It does not explicitly name alternatives like linkDomainToWebsiteV1, but the use case is specific enough to guide selection.

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