get_domain_info
Retrieve domain registration, expiration, and registrant details via WHOIS lookup to monitor domain status and ensure website security.
Instructions
Get domain registration and expiration information using WHOIS lookup. Returns registrant information when available.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| domain | Yes | The top-level domain to check (e.g., sslmon.dev) | 
Input Schema (JSON Schema)
{
  "properties": {
    "domain": {
      "description": "The top-level domain to check (e.g., sslmon.dev)",
      "type": "string"
    }
  },
  "required": [
    "domain"
  ],
  "type": "object"
}