Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Get transfer list

domains_getTransferListV1
Read-only

Retrieve all domain transfers in your portfolio to monitor incoming and outgoing registrar transfers.

Instructions

Retrieve all domain transfers in your portfolio.

Use this endpoint to monitor incoming and outgoing registrar transfers across your domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful scope information about portfolio-wide incoming/outgoing transfers, but it does not disclose return format, pagination, status fields, or other behavioral details that an agent might need when processing the response.

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 short sentences with no redundancy. The core action is front-loaded in the first sentence, and the second sentence adds a clear use case without wasting words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only list endpoint, the description is sufficiently complete. It names the resource, the portfolio scope, and the incoming/outgoing coverage, while the annotations cover the read-only and non-destructive behavior. No additional context is necessary for an agent to invoke this tool correctly.

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 zero parameters and schema description coverage is 100%, so there is no parameter burden for the description. The baseline for a zero-parameter tool is 4; the description provides all the context needed without needing to explain individual parameters.

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 clearly states the action ('Retrieve all domain transfers') and the resource scope ('your portfolio'). It also clarifies that the transfer list covers both incoming and outgoing registrar transfers, which helps distinguish it from single-transfer endpoints. However, it does not explicitly differentiate itself from closely related sibling tools like domains_getTransferV1 or the incoming/outgoing move list endpoints.

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 second sentence gives a direct usage context: 'Use this endpoint to monitor incoming and outgoing registrar transfers across your domains.' This tells an agent when the endpoint is appropriate, though it stops short of naming alternatives or stating when not to use it.

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