Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Accept incoming domain move

domains_acceptIncomingDomainMoveV1
DestructiveIdempotent

Accept an incoming domain move by providing your WHOIS contact IDs to take ownership. The domain changes hands only after the new owner confirms via email.

Instructions

Accept an incoming move for a specified domain.

The provided WHOIS profiles become the contacts of the domain, so they must belong to your account and satisfy the requirements of the TLD. Only the contact types the domain actually uses are applied, but all four profile IDs have to be provided.

The move has to still be waiting for your decision, already accepted moves cannot be accepted again.

Accepting does not complete the move. A confirmation email is sent to the email address of the new owner contact, and the domain changes hands only after the change is confirmed from it. Until then the move stays in the activating status, which can be followed with the incoming move endpoint.

Use this endpoint to take ownership of a domain offered to you.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name
domain_contactsYesWHOIS profiles of the accepting account. Only the contact types required by the TLD are applied, but all four IDs must be provided.
Install Server

TDQS

A3.7/5.0
Behavior1/5

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

The description directly contradicts the annotation 'idempotentHint: true'. The description states that 'already accepted moves cannot be accepted again', implying the operation is not idempotent (repeated calls will fail). The description otherwise provides helpful behavioral detail (doesn't complete move, sends email, status becomes 'activating'), but the contradiction with the annotation is a serious inconsistency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is multi-sentence and covers several aspects, but each sentence contributes unique information: prerequisites, contact requirements, post-acceptance behavior, and final use-case. It is reasonably front-loaded with the purpose. However, it could be tightened, and some redundancy exists (e.g., requirements repeated).

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 tool with a nested object and 4 required sub-fields, the description explains all parameter requirements, the acceptance state, the email confirmation step, and the resulting status. It even points to the incoming move endpoint for following status. This is nearly complete; only explicit error cases or return format are missing, but there is no output schema.

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 parameters are documented. The description adds meaningful context: the WHOIS profiles become contacts, must belong to the account, abide by TLD requirements, and only the contact types used are applied while all four IDs must still be provided. This clarifies the semantics beyond the raw 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?

The description clearly states the action: 'Accept an incoming move for a specified domain.' It specifies the resource (domain move) and the operation (accept), and distinguishes it from the sibling reject tool. The closing sentence clarifies the intended use case. 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?

It explicitly states a prerequisite: the move must still be waiting for your decision, and already accepted moves cannot be accepted again. It also explains the post-action flow (confirmation email, status activation). It does not explicitly compare with the reject sibling, but the purpose is clear. The guidance is sufficient for correct usage.

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