tools_whois_lookup
Free public API. WHOIS / RDAP lookup for a domain — registrar, status, created/updated/expires dates, nameservers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to look up. |
Free public API. WHOIS / RDAP lookup for a domain — registrar, status, created/updated/expires dates, nameservers.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to look up. |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover safety (readOnlyHint, idempotentHint, destructiveHint). The description adds 'Free public API', indicating no authentication complexity, and 'WHOIS / RDAP', showing protocol flexibility. This is useful behavioral context beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one sentence that front-loads the core action and lists key output fields. Every word adds value, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description compensates by listing the primary return data (registrar, status, dates, nameservers). It also notes that the API is free and public, making the tool's contract clear for a simple lookup.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema fully documents the single 'domain' parameter with an adequate description. The tool description adds no extra detail about domain format or syntax, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states 'WHOIS / RDAP lookup for a domain' and enumerates output fields (registrar, status, created/updated/expires dates, nameservers). This clearly differentiates it from sibling DNS/domain tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context by specifying exactly what information will be returned, implying when it should be used. However, it lacks explicit exclusions or references to alternative sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Multiple tools operate in the same DNS/domain space, e.g., generic DNS record lookup overlaps with specific CNAME, TXT, SPF, DKIM, and DMARC lookups. Website status checker also overlaps with SSL check and redirect checker, though descriptions clarify their distinct purposes.
All tool names follow a consistent snake_case pattern with a 'tools_' prefix and an action word at the end (lookup, checker, check, finder). This makes the naming highly predictable and uniform.
16 tools is slightly above the ideal 3-15 range, but the domain intelligence scope is broad enough that each tool addresses a specific need without feeling bloated. The count is reasonable for a comprehensive domain/DNS toolkit.
The tool set covers a wide range of domain-related functionality: DNS records, email authentication (SPF, DKIM, DMARC), SSL/TLS, HTTP headers, redirects, WHOIS, availability, subdomain enumeration, and website status. No obvious critical gaps exist for its apparent purpose.