Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Create PTR record

VPS_createPTRRecordV1

Configure reverse DNS lookup for a VPS by creating or updating its PTR record using the virtual machine ID, IP address ID, and domain.

Instructions

Create or update a PTR (Pointer) record for a specified virtual machine.

Use this endpoint to configure reverse DNS lookup for VPS IP addresses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesPointer record domain
ipAddressIdYesIP Address ID
virtualMachineIdYesVirtual Machine ID

Schema Changelog

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

  1. Addedv0.2.2
  2. Removedv0.2.1
  3. Changed3 schema fields changedv0.1.40
    • addedInput schema / properties / domain
      Added value: +{
      +  "description": "Pointer record domain",
      +  "type": "string"
      +}
    • addedInput schema / properties / ipAddressId
      Added value: +{
      +  "description": "IP Address ID",
      +  "type": "integer"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "virtualMachineId"
      -]New value: +[
      +  "virtualMachineId",
      +  "ipAddressId",
      +  "domain"
      +]
  4. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=false and destructiveHint=false. The description adds the create/update nuance, which is more precise than the annotations alone. It does not disclose overwriting behavior or other side effects, but with annotation coverage this is a minor gap.

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 only two sentences with no wasted words. The core function is front-loaded, followed by the use case, making it easy to scan.

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 simple three-parameter tool with no output schema, the description covers purpose and use case sufficiently. Annotations provide the write/non-destructive safety profile. A missing note about the response format is minor and does not block correct invocation.

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?

The input schema has 100% parameter description coverage, so the baseline is 3. The description adds only that the domain/IP are for reverse DNS lookup, which slightly clarifies the domain parameter but does not add format or syntax details beyond the schema.

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 states the specific action 'Create or update a PTR (Pointer) record' with a clear resource and scope ('for a specified virtual machine'). It differentiates from the sibling VPS_deletePTRRecordV1 by covering create/update rather than deletion.

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?

Clear context is provided: 'Use this endpoint to configure reverse DNS lookup for VPS IP addresses.' This tells the agent when the tool is relevant, but it does not explicitly name alternatives or exclusions, so it stops short of a 5.

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