Skip to main content
Glama

DNS records

dns_records

Resolves A, AAAA, MX, TXT, NS, CNAME, and CAA records, checks SPF/DMARC presence, and identifies common DNS misconfigurations for a given domain.

Instructions

Resolves A, AAAA, MX, TXT, NS and CNAME records, plus CAA records, SPF/DMARC presence and common DNS misconfiguration warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name to analyze, e.g. "example.com" (protocol, www. and paths are stripped automatically)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses useful behavioral details: automatic stripping of protocol, 'www.', and paths; inclusion of CAA, SPF/DMARC presence checks, and misconfiguration warnings. These add transparency beyond a raw listing. However, it omits potential rate limits or failure behavior for invalid domains, keeping it from a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the core capability (record types) and adds supplementary features without redundancy. Every phrase earns its place; no filler or tautology.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one required parameter, no output schema), the description is sufficiently complete. It covers record types, warnings, and input preprocessing. Missing details about return structure or error handling are minor gaps, but overall it provides the essential context for a callable tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only one parameter (domain) with 100% schema coverage. The description adds value by explaining the automatic stripping of protocol/www/paths, which is not obvious from the schema alone. This helps the agent format input correctly. A 4 reflects good additive context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the exact DNS record types resolved (A, AAAA, MX, TXT, NS, CNAME, CAA) and additional checks (SPF/DMARC, misconfiguration warnings). The verb 'resolves' is clear and distinguishes it from sibling tools like whois_lookup or ssl_certificate, which focus on different aspects of domain analysis.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives. It implies usage for DNS resolution but offers no guidance on exclusions (e.g., if only a specific record type is needed) or comparison with siblings like subdomain_discovery or domain_reputation. A 3 reflects the lack of explicit when/when-not context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Bishop81/domainintel-mcp'

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