Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Get transfer

domains_getTransferV1
Read-only

Check a domain transfer's current status to track incoming or outgoing registrar transfers. Get the details needed to understand where the transfer process stands.

Instructions

Retrieve the transfer for a specified domain.

Use this endpoint to track an incoming or outgoing registrar transfer and its status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name

Schema Changelog

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

  1. Addedv1.23.0

TDQS

A3.8/5.0
Behavior3/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 covered. The description adds that the endpoint tracks transfer status and supports incoming/outgoing transfers, but gives no detail about response shape, error conditions, or other behavioral specifics. No contradiction exists.

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?

Two concise sentences with the core action front-loaded. Every sentence adds useful context: what is retrieved and why an agent would call it. No filler or redundant restatement.

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 single-parameter read-only endpoint with full schema coverage and clear annotations, the description conveys the essential purpose and hints at the return focus via 'status'. However, without an output schema and with similar sibling tools, a brief note differentiating this from move-specific or list endpoints would make it fully unambiguous.

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 coverage is 100% and the only parameter, 'domain', is already described as 'Domain name'. The description's 'specified domain' adds no meaningful detail beyond the schema, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Retrieve') and resource ('transfer for a specified domain'), and clarifies it covers incoming or outgoing registrar transfers and their status. However, it does not explicitly distinguish itself from the similar-looking domains_getIncomingDomainMoveV1 and domains_getOutgoingDomainMoveV1 siblings.

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 clearly instructs when to use the endpoint: to track an incoming or outgoing registrar transfer and its status. It does not provide explicit when-not-to-use guidance or name alternatives, especially relative to the domain move and transfer list siblings.

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