You're viewing a demo portfolio

Join the waitlist
PRSM

domains.dns_records

Active

Tool of Vee3

declared in 1.27.1

Fetch DNS records for a domain. Returns an array of records. Each record includes name, ttl, type (for example A, AAAA, CNAME, MX, NS, SOA, TXT), and data (record value). Optionally pass subdomain to include records for a host under the domain (for example blog for blog.example.com). Cost = 2 tokens.

Parameters schema

{
  "type": "object",
  "title": "get_domain_dns_recordsArguments",
  "required": [
    "domain"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "title": "Domain",
      "maxLength": 253,
      "description": "Domain name to look up (for example example.com)."
    },
    "subdomain": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 253
        },
        {
          "type": "null"
        }
      ],
      "title": "Subdomain",
      "default": null,
      "description": "Optional subdomain label to include (for example www or blog)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →