You're viewing a demo portfolio

Join the waitlist
PRSM

domain_fetch_dns_records

Active

Tool of DataNexus MCP

declared in 3.4.2

Fetch current DNS records for a domain via Cloudflare DNS over HTTPS. Read-only. No side effects. Idempotent. domain: Domain name without protocol e.g. cloudflare.com. Required. record_types: List of DNS record types to fetch. Required. Valid values: A, AAAA, MX, TXT, NS, CNAME, SOA. Example: ["A", "MX", "TXT"]. Returns all matching records currently in effect. Use this when you need live DNS resolution. Use domain_fetch_domain_rdap instead when you need registration metadata not DNS records. Verified source: Cloudflare DoH. 4-hour cache. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="domain_fetch_dns_records", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".

Parameters schema

{
  "type": "object",
  "required": [
    "domain",
    "record_types"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain without protocol e.g. anthropic.com. Required."
    },
    "record_types": {
      "type": "array",
      "items": {},
      "description": "DNS record types e.g. ['A','MX','TXT']. Optional."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

DataNexus MCP

1/7 registries
View full server →
domain_fetch_dns_records — DataNexus MCP — PRSM MCP