Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Update domain forwarding

domains_updateDomainForwardingV1
DestructiveIdempotent

Modify existing domain redirects by updating forwarding configuration. Set target URL and choose 301 or 302 redirect type to manage domain forwarding.

Instructions

Update domain forwarding configuration.

Use this endpoint to modify existing redirect configuration for domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name
redirect_urlYesURL to forward domain to
redirect_typeYesRedirect type

Schema Changelog

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

  1. Addedv1.23.0

TDQS

A3.6/5.0
Behavior2/5

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

Annotations already communicate destructiveHint=true and idempotentHint=true. The description adds no behavioral context beyond restating that it modifies existing configuration, such as overwrite semantics, prerequisites, validation behavior, or what happens when no forwarding exists.

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 short and front-loaded with the core action. The second sentence adds the 'existing' qualifier but is largely redundant with the first, so it is not maximally tight.

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 three-parameter tool with full schema coverage, the description covers the basic purpose. It lacks useful context about how updating interacts with existing forwarding rules, how it differs from create/delete behavior, or what the result of the update is.

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 description coverage is 100%, so all three parameters are already documented with descriptions and the redirect_type enum is provided. The description adds no parameter-level detail beyond what the schema already supplies, so the baseline 3 applies.

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?

States a specific verb and resource: 'Update domain forwarding configuration' and 'modify existing redirect configuration for domains.' This clearly distinguishes it from sibling tools like domains_createDomainForwardingV1, domains_getDomainForwardingV1, and domains_deleteDomainForwardingV1.

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 gives a direct usage directive: use this endpoint to modify existing redirect configuration. The context of 'existing configuration' is clear, though it does not explicitly name alternatives or state 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