Skip to main content
Glama

lookup_whois

Read-only

Query WHOIS database for domain registration details. Returns registrant name, registrar, registration and expiration dates, registrant contact info, and nameserver list. Use for domain research, owner identification, or tracking registration status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name to look up in WHOIS (e.g. 'example.com', 'company.org')

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint and openWorldHint. The description adds details about returned fields but does not disclose potential limitations such as private registrations or rate limits. Reasonable but not exceptional.

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, front-loaded with the key action and result, followed by usage context. No redundant information.

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?

For a simple tool with one parameter and no output schema, the description covers purpose, return fields, and use cases. Could mention limitations or error cases, but sufficient for most agents.

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?

With 100% schema coverage, the schema already describes the domain parameter adequately. The tool description does not add new semantic information beyond the schema's example.

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 queries WHOIS for domain registration details and lists the returned information, distinguishing it from sibling tools like check_dns or check_ssl which serve 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 Guidelines4/5

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

The description provides use cases like domain research and owner identification, implying when to use it. However, it does not explicitly exclude it from other scenarios or compare to siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct aspect of web analysis: DNS records, SSL certificates, full website crawling, technology stack detection, and WHOIS data. There is no ambiguity in their purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_dns, check_ssl, crawl_website, detect_tech_stack, lookup_whois. The pattern is uniform and predictable.

Tool Count4/5

5 tools is appropriate for a focused SEO and web analysis server. It covers the core areas without being excessive or too thin, though a couple more could be added.

Completeness3/5

Covers DNS, SSL, crawling, tech stack, and WHOIS, but misses common SEO tools like HTTP header inspection, robots.txt/sitemap analysis, or page speed evaluation. Notable gaps exist.

Resources