get_domain
Retrieve DNS domain details including creation date and DNSSEC status for a specified domain name.
Instructions
Get details for a specific DNS domain.
Args: domain: The domain name to get details for
Returns: Domain details including creation date and DNSSEC status
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| domain | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "domain": {
      "title": "Domain",
      "type": "string"
    }
  },
  "required": [
    "domain"
  ],
  "type": "object"
}