Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Get incoming domain move list

domains_getIncomingDomainMoveListV1
Read-only

Retrieve all domains being moved to your account from other Hostinger accounts. View moves of any status, including completed, to identify domains awaiting your acceptance.

Instructions

Retrieve all domains other Hostinger accounts are moving to your account.

Moves of every status are returned, including the ones which already completed.

Use this endpoint to find domains waiting for you to accept them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.4/5.0
Behavior4/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 known. The description adds behavioral context beyond this, specifically that all statuses are returned including completed ones. It does not contradict annotations. While it doesn't detail pagination or response format, for a zero-parameter read-only endpoint this is sufficient additional transparency.

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 three sentences with no wasted words. The primary purpose is front-loaded in the first sentence, followed by a clarifying detail (all statuses) and a concrete use case. It is concise and well-structured, making it easy for an agent to quickly grasp the tool's function.

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 zero-parameter read-only list operation, the description capably explains what the tool does and why it would be used. It mentions that all statuses are returned, which helps set expectations. However, it does not mention potential pagination or response structure, but given the lack of an output schema and the simplicity of the operation, this is a minor gap. The annotations cover the safety profile, so overall completeness is high.

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?

The input schema has no properties, so schema coverage is 100% (vacuously). With zero parameters, the description does not need to explain any parameters. Baseline for 0 parameters is 4; the description adds no parameter-specific info, but none is required. The tool has no inputs, so the description is complete in this regard.

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 verb and resource: 'Retrieve all domains other Hostinger accounts are moving to your account.' It also specifies the list nature ('all domains') and distinguishes from sibling tools like domains_getIncomingDomainMoveV1 (which likely handles a single move) and domains_getOutgoingDomainMoveListV1 by focusing on incoming moves. The addition of 'Moves of every status are returned' further clarifies scope.

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 a clear use case: 'Use this endpoint to find domains waiting for you to accept them.' This indicates when the tool is appropriate. However, it does not explicitly mention alternatives or exclusionary conditions (e.g., 'Use domains_getIncomingDomainMoveV1 for a single specific move'), so the guidance is helpful but not comprehensive.

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