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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name |
Implementation Reference
- types.d.ts:378-386 (schema)Schema definition for the DNS_getDNSRecordsV1 tool in the APITools interface. Defines input parameter 'domain' (string) for retrieving DNS zone records for a specific domain and generic 'any' response."DNS_getDNSRecordsV1": { params: { /** * Domain name */ domain: string; }; response: any; // Response structure will depend on the API };