check_domain
Check if a domain is available or already registered. Retrieve status, registrar, dates, and nameservers through RDAP with WHOIS fallback, returning results instantly with optional caching.
Instructions
Check if a single domain is available or registered.
Args:
domain: Domain name to check (e.g. example.com, bücher.de).
include_raw: Include raw RDAP/WHOIS payload (verbose).
use_cache: Use in-memory TTL cache (default 5 minutes).
Returns:
Status (available/registered/unknown/…), registrar, dates, nameservers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| use_cache | No | ||
| include_raw | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||