Skip to main content
Glama
OrtaMarco

domain-security-mcp-server

by OrtaMarco

DNS Lookup

dns_lookup
Read-onlyIdempotent

Resolve all common DNS record types (A, AAAA, CNAME, MX, NS, TXT, SOA) for any domain in a single query using public resolvers.

Instructions

Resolve all common DNS record types (A, AAAA, CNAME, MX, NS, TXT, SOA) for a domain in one call, using public resolvers (Cloudflare/Google/Quad9).

Args:

  • domain (string): the domain to query, e.g. "example.com".

  • response_format ('markdown' | 'json'): output format (default 'markdown').

Returns: a map of record type -> list of records. Each record has { type, host, value, priority? }.

Examples:

  • "What are the MX records for stripe.com?" -> dns_lookup(domain="stripe.com")

  • Use ssl_certificate for TLS details, whois_lookup for registration data.

Errors: returns an error if the domain is malformed or has no resolvable records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to query, e.g. 'example.com'.
response_formatNoOutput format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
recordsYes
Behavior5/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, ensuring safety. The description adds valuable behavior: uses public resolvers (Cloudflare/Google/Quad9), returns a map of record types, and errors on malformed domains. No contradictions.

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 concise, front-loading the main purpose. It uses clear sections (Args, Returns, Examples, Errors) with no wasted words. Every sentence adds value.

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

Completeness5/5

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

Given the tool's moderate complexity and rich annotations, the description fully covers input parameters, return format, error handling, examples, and references to siblings. An output schema exists, so return details are well-documented.

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?

Schema coverage is 100%, baseline 3. The description adds context: domain example 'stripe.com', response_format defaults, and return structure (each record has type, host, value, priority?). This goes beyond the schema's minimal descriptions.

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 clearly states the tool resolves all common DNS record types (A, AAAA, CNAME, MX, NS, TXT, SOA) for a domain, distinguishing it from sibling tools like ssl_certificate and whois_lookup. The verb 'resolve' combined with the resource 'DNS record types' makes the purpose specific and unambiguous.

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

Usage Guidelines4/5

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

The description provides explicit alternatives: 'Use ssl_certificate for TLS details, whois_lookup for registration data.' It also gives examples and notes error conditions. However, it doesn't comprehensively differentiate from all 18 sibling tools, especially other DNS-related ones like mx_lookup or dns_propagation, leaving some ambiguity.

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/OrtaMarco/domain-security-mcp-server'

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