You're viewing a demo portfolio

Join the waitlist
PRSM

list_domain_dns

Active

Tool of BorealHost

declared in 1.27.0

List all DNS records for a domain. Returns DNS records at the domain level (independent of site-level manage_dns). Use this for domains that may not be linked to a site. Requires: API key with read scope. Args: domain_name: Full domain name (e.g. "example.com") Returns: [{"id": "record-id", "type": "A", "subdomain": "www", "value": "1.2.3.4", "ttl": 3600}] Errors: NOT_FOUND: Domain not found or not owned by account

Parameters schema

{
  "type": "object",
  "title": "list_domain_dnsArguments",
  "required": [
    "domain_name"
  ],
  "properties": {
    "domain_name": {
      "type": "string",
      "title": "Domain Name"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
list_domain_dns — BorealHost — PRSM MCP