Skip to main content
Glama

whois_lookup

Read-onlyIdempotent

Perform live WHOIS/RDAP lookup for a domain or IP address. Retrieve registrar, registration dates, nameservers, network allocation, and abuse contact. Use it to verify ownership, age, or vet suspicious domains.

Instructions

Read-only WHOIS/RDAP lookup for a domain or IP address. For domains it returns registrar, EPP domain-status codes, nameservers, registration/expiry/last-changed dates, and the abuse contact; for IPs it returns the network allocation (CIDR, name, type). Data is sourced live from the IANA RDAP bootstrap with an rdap.org fallback. Registrant personal data is usually GDPR-redacted — that is normal, not an error. Use to check domain ownership, age, or expiry, vet a suspicious domain, or find an abuse contact; for DNS records use lookup_dns instead. query is a domain name or an IPv4/IPv6 address. No auth, no side effects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesA domain name (example.com) or an IPv4/IPv6 address
Behavior5/5

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

Beyond the annotations, the description adds valuable behavioral context: data is sourced live from IANA RDAP bootstrap with rdap.org fallback, and GDPR redaction of registrant data is normal rather than an error. It also explicitly states there is no auth and no side effects, reinforcing the read-only annotation.

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 information-dense but well-structured: it fronts the core function, then return data, data source, a key caveat, use cases, and an alternative tool. Every sentence earns its place and there is no superfluous content.

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?

For a single-parameter tool with no output schema, the description is remarkably complete. It explains what is returned for both domains and IPs, notes live data sourcing and fallback behavior, clarifies a common confusion (GDPR redaction), and provides usage guidance and tool alternatives.

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 input schema already comprehensively documents the single parameter with 100% coverage, so the description adds little beyond restating that query is a domain name or IP address. Baseline of 3 applies because the schema carries the semantic load.

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 a read-only WHOIS/RDAP lookup tool for domains or IP addresses, specifying exactly what data is returned for each input type. It distinguishes itself from sibling tools by explicitly naming lookup_dns as the alternative for DNS records.

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

Usage Guidelines5/5

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

The description provides explicit use cases: check domain ownership, age, expiry, vet suspicious domains, or find an abuse contact. It also gives a direct exclusion: 'for DNS records use lookup_dns instead.'

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/RoscoNL/intodns-mcp-server'

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