Skip to main content
Glama
robyroro

osint-mcp-server

by robyroro

dns_lookup

Resolve DNS records for a domain, covering A, AAAA, CNAME, MX, NS, TXT, SOA, CAA, and query a specific nameserver for custom resolution.

Instructions

DNS records for a domain. Defaults to A, AAAA, CNAME, MX, NS, TXT, SOA, CAA. Pass nameserver (e.g. "1.1.1.1") to query a specific resolver.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
nameserverNo
record_typesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A3.5/5.0
Behavior3/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 usefully discloses the default record set and the optional nameserver override, but it does not describe the output format, failure behavior, or whether the query is recursive/authoritative. Partial but not comprehensive disclosure.

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?

Two sentences, front-loaded with the core purpose and immediately useful defaults. No filler or redundant restatement of the tool name.

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

Completeness3/5

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

For a simple 3-parameter tool with no output schema and no annotations, the description covers basic invocation and default behavior. It is missing explicit semantics for record_types and return format, but an agent can still make a reasonable basic call.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning for nameserver with an example and communicates the default record types, which informs how record_types behaves. However, it does not explicitly explain the record_types parameter or list all accepted values, leaving a gap.

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

Purpose4/5

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

The description states a specific resource ('DNS records for a domain') and lists the default record types, making the tool's core function clear. It doesn't explicitly differentiate it from siblings like recon_domain or domain_whois, but the DNS-record focus is distinct enough.

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 implies usage when DNS records are needed and explains how to query a specific resolver. However, it does not mention when not to use it or name alternatives for broader recon or WHOIS lookups, leaving some routing decisions to the agent.

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