DNS_getDNSRecordsV1
Retrieve DNS zone records for a specific domain to manage and configure DNS settings effectively using Hostinger's MCP server.
Instructions
Retrieve DNS zone records for a specific domain.
Use this endpoint to view current DNS configuration for domain management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Domain name |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Domain name",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}