PowerDMARC

dns_lookup

Lookup a DNS record for a domain. type must be one of: dmarc, spf, dkim, bimi, mx, a, aaaa, cname, txt, ns, soa, caa, ptr, mtasts

Remote powerdmarcmcp/dmarcmcp

Remote (network-hosted)

Other tools also called dns_lookup? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "type": {
      "enum": [
        "dmarc",
        "spf",
        "dkim",
        "bimi",
        "mx",
        "a",
        "aaaa",
        "cname",
        "txt",
        "ns",
        "soa",
        "caa",
        "ptr",
        "mtasts"
      ],
      "type": "string",
      "description": "DNS record type to lookup"
    },
    "domain": {
      "type": "string",
      "description": "Domain to query"
    },
    "selector": {
      "type": "string",
      "description": "DKIM selector (required for type=dkim)"
    }
  }
}