Skip to main content
Glama

dns_whois_lookup

Retrieve DNS records for a domain including A, AAAA, MX, NS, TXT, and CNAME records. Use this to find what DNS records a domain has.

Instructions

Look up DNS records for a domain (DNS-based WHOIS alternative).

Use this to find what DNS records a domain has.
Returns A, AAAA, MX, NS, TXT, and CNAME records when available.

Parameters:
    domain — Domain name to look up (e.g. 'example.com').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions that records are returned 'when available', which adds some context. However, it does not disclose error handling (e.g., non-existent domain) or any side effects. Given the read-only nature, the transparency is adequate but not thorough.

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 very concise, with three sentences covering purpose, usage, and return types, followed by parameter details. No wasted words, and the essential information is front-loaded.

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 parameter, output schema exists), the description is mostly complete. It explains what it does, when to use it, what records are returned, and the parameter. However, it could mention error handling or differentiation from 'dns_lookup' for full completeness.

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?

The schema has one parameter 'domain' with 0% description coverage. The description adds a usage example and clarifies it is a domain name. This adds value beyond the schema but does not provide constraints or validation details. Baseline is 3 due to low schema coverage.

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 clearly states that the tool looks up DNS records for a domain and lists specific record types (A, AAAA, MX, NS, TXT, CNAME). It is distinct from many siblings but does not explicitly differentiate from 'dns_lookup', which may be similar.

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 advises when to use the tool ('Use this to find what DNS records a domain has'), but does not mention when not to use it or provide alternatives among sibling tools like 'dns_lookup'.

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/scotia1973-bot/api-hub'

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