Skip to main content
Glama

WHOIS Domain History

whois_domain_history
Read-onlyIdempotent

Retrieve historical WHOIS records for any domain, from 1986 to present. Track changes in registrar, contacts, and name servers over time.

Instructions

Retrieve historical WHOIS snapshots for a domain, with data going back to 1986. Returns a chronological list of records each containing registrar info, contacts, name servers, and domain status at time of capture.Warning: Long-established domains can return a large number of historical records, which may consume significant tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_nameYesDomain name or URL to look up (e.g. 'example.com'). Sub-domains resolve to their root domain automatically.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is clear. The description adds behavioral context by specifying the chronological list format, the historical range (since 1986), and a warning about large responses consuming tokens.

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 extremely concise: two sentences plus a one-sentence warning. Every sentence adds value, clearly stating the purpose and an important caveat. No wasted words.

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, good annotations, no output schema), the description covers the key aspects: what it does, what it returns, and a warning about token consumption. It lacks details about pagination or handling large results, but it is adequate for the complexity.

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 fully describes the single parameter 'domain_name' with a clear explanation of sub-domain resolution. The description adds no additional parameter information beyond what the schema provides, so the baseline of 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?

The description clearly states that the tool retrieves historical WHOIS snapshots for a domain, specifying that data goes back to 1986 and returns a chronological list with specific fields. This distinguishes it from the sibling 'whois_domain_lookup' which presumably returns current data.

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 indicates when to use the tool (for historical WHOIS data) and warns about potential high token consumption for long-established domains. However, it does not explicitly mention alternatives like using 'whois_domain_lookup' for current data, though the sibling context implies this.

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/api-freaks/apifreaks-mcp'

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