Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

domains_getDomainListV1

Fetch and view all domains linked to your Hostinger account to manage your domain portfolio effectively.

Instructions

Retrieve all domains associated with your account.

Use this endpoint to view user's domain portfolio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • TypeScript interface definition specifying the schema for the 'domains_getDomainListV1' tool. It defines empty params (no input required) and any response type.
    "domains_getDomainListV1": {
      params: {
    
      };
      response: any; // Response structure will depend on the API
    };
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While 'Retrieve' implies a read-only operation, the description doesn't specify whether this requires authentication, has rate limits, returns paginated results, or what the output format might be. It lacks details on behavioral traits beyond the basic action.

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 extremely concise with just two sentences that directly state the tool's purpose and usage context. Every word earns its place, and it's front-loaded with the core functionality. There's no wasted verbiage or redundancy.

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

Completeness3/5

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

For a simple read operation with no parameters and no output schema, the description is adequate but minimal. It covers the basic 'what' and hints at the 'why', but lacks details on behavioral aspects like authentication needs, response format, or error handling. Given the tool's simplicity, it's minimally viable but could be more informative.

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 tool has 0 parameters with 100% schema description coverage, so no parameter documentation is needed. The description appropriately doesn't discuss parameters, focusing instead on the tool's purpose. This aligns with the baseline expectation for parameterless tools.

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 tool's purpose with a specific verb ('Retrieve') and resource ('all domains associated with your account'), making it easy to understand what it does. However, it doesn't explicitly distinguish it from its sibling 'domains_getDomainDetailsV1', which appears to retrieve details for a specific domain rather than a list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The second sentence provides some implied usage context ('to view user's domain portfolio'), suggesting this is for overview purposes. However, it doesn't explicitly state when to use this versus alternatives like 'domains_getDomainDetailsV1' or other domain-related tools, nor does it mention any prerequisites or exclusions.

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

Related 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