Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

DNS_updateDNSRecordsV1

Update DNS records for a domain, with options to overwrite or merge new records with existing ones.

Instructions

Update DNS records for the selected domain.

Using overwrite = true will replace existing records with the provided ones. Otherwise existing records will be updated and new records will be added.

Use this endpoint to modify domain DNS configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name
overwriteNoIf `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs are found, they are created.
zoneYeszone parameter
Behavior3/5

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

Without annotations, the description bears full burden. It describes overwrite behavior (replace vs update/add) but lacks details on side effects, prerequisites, or propagation. More transparency on authorization or domain ownership would be beneficial.

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 very concise at three sentences, with the purpose front-loaded in the first sentence. Every sentence provides essential information without unnecessary fluff.

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?

While the description covers the basic purpose and overwrite behavior, it lacks context on prerequisites (e.g., domain ownership), error handling, or how it differs from similar DNS modification tools. Given no output schema, more context would help.

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%, so the description adds limited new meaning. It simplifies the overwrite explanation already detailed in the schema, but does not provide significant additional insights beyond rephrasing.

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 'Update DNS records for the selected domain,' providing a specific verb and resource. It distinguishes from sibling tools like delete, reset, and get by focusing on updating/modifying records.

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 explains when to use overwrite=true vs false, offering clear context for decision-making. However, it does not explicitly exclude alternative sibling tools like DNS_deleteDNSRecordsV1 or DNS_resetDNSRecordsV1.

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