Skip to main content
Glama

DNS MCP Server

by cenemil

dns_trace

Trace DNS resolution paths from root servers to the final result for a specified domain and record type. Identify each step in the DNS query process to troubleshoot or analyze resolution paths effectively.

Instructions

Trace the DNS resolution path from root servers to the final result

Input Schema

NameRequiredDescriptionDefault
domainYesThe domain to trace DNS resolution path
recordTypeNoThe record type to traceA

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "The domain to trace DNS resolution path", "type": "string" }, "recordType": { "default": "A", "description": "The record type to trace", "enum": [ "A", "AAAA", "CNAME", "MX", "TXT", "NS", "SOA", "PTR", "SRV", "CAA" ], "type": "string" } }, "required": [ "domain" ], "type": "object" }
Install Server

Other Tools from DNS MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/cenemil/dns-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server