Skip to main content
Glama

domain_whois

Query RDAP to retrieve domain WHOIS details: registrar, registration dates, nameservers, and status codes.

Instructions

Query RDAP (Registration Data Access Protocol) for domain WHOIS information. Returns registrar, registration dates, nameservers, and status codes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to look up (e.g. 'example.com')
Behavior3/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It does indicate a read-only operation via 'Query' and lists return fields, but it does not disclose error behavior, availability limitations (e.g., RDAP not supported for all TLDs), or any access requirements. This is adequate but not rich.

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 two sentences long, front-loaded with the primary action, and contains no filler. Every phrase adds value: method (Query), protocol (RDAP), object (domain WHOIS), and return contents.

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, no output schema, no annotations), the description provides a reasonable overview by listing the key returned data categories. It does not explain the return format or error cases, but for a basic lookup tool it is sufficiently complete.

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 100% for the sole parameter 'domain', which is already well-documented in the input schema. The description adds no additional meaning about the parameter, so the baseline of 3 applies.

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 verb 'Query' and the resource 'RDAP for domain WHOIS information', and lists specific return fields (registrar, registration dates, nameservers, status codes). This distinguishes it from sibling tools like domain_age or domain_history, which analyze the same underlying data for different purposes.

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 raw WHOIS data is needed, but it does not explicitly state when to use this tool versus siblings such as domain_age or domain_expiry_risk. No alternatives are mentioned, so the guidance is only implicit.

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/badchars/dns-security-mcp'

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