Skip to main content
Glama

Look up a domain's registry record

whois
Read-only

Registry record for one domain: registrar, registration and expiry dates, nameservers, status codes, and whether it appears to be for sale. Resolves the correct registry host for the extension itself, and reads RDAP for .dev, .app and other extensions whose operators publish no port-43 whois service. Use when asked who owns a domain, when it expires, or where it is hosted. It forces a registry lookup, so it is also the only call that fills offer — a taken domain that appears to be parked or listed for sale. An offer is an inference from nameservers and a listing page, never a quote: the asking price lives on the listing and not in the registry, so link the listing rather than naming a figure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesA full domain, e.g. example.com

TDQS

A4.4/5.0
Behavior5/5

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

Discloses internal behavior beyond annotations: resolves the registry host per extension, falls back to RDAP when port-43 is unavailable, forces a live registry lookup, and defines offer as an inference, not a quote. This adds significant context to the readOnlyHint/openWorldHint annotations without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is somewhat long but front-loaded with a clear first sentence. Subsequent sentences add valuable detail on usage and offer nuance, though there is minor redundancy with the title ('registry record'). Each sentence earns its place.

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 one-parameter tool with no output schema, the description covers return fields, use cases, special RDAP behavior, and the offer caveat. It is self-contained enough for an agent to select and invoke correctly without further context.

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 covers the single parameter at 100% with format example. Description adds minimal semantics about singular domain and registry-host resolution, but does not redefine the parameter; baseline 3 is appropriate.

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?

Description explicitly states 'Registry record for one domain' and enumerates contents (registrar, dates, nameservers, status codes, sale status). It distinctly positions the tool for single-domain lookups and differentiates from siblings by noting it is the only call that fills the offer field.

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?

Provides direct usage cues: 'Use when asked who owns a domain, when it expires, or where it is hosted.' It also notes exclusivity for offer. However, it does not explicitly contrast with sibling tools for multi-domain or TLD-list use cases, so it lacks a full when-not-to-use statement.

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.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: check_domains checks availability and pricing, list_tlds enumerates supported extensions, and whois retrieves registry records. No overlap in functionality, and descriptions reinforce the boundaries.

Naming Consistency4/5

Two tools follow a clear verb_noun pattern (check_domains, list_tlds), while whois is a conventional standalone command rather than a verb_noun phrase. This is a minor deviation and does not create confusion.

Tool Count5/5

Three tools is an appropriate scope for a domain information server, covering the core operations (list, check, whois) without unnecessary redundancy. Each tool serves a distinct and necessary function.

Completeness5/5

The surface covers the expected operations for domain availability and registration data: discovering supported TLDs, checking availability with pricing, and retrieving full registry records. There are no obvious dead ends or missing lifecycle steps for this domain.

Resources