analyze_domain
Analyze DNS configuration for a domain to identify issues and provide actionable recommendations for improvement.
Instructions
Analyze DNS configuration for a domain and provide recommendations.
Args: domain: The domain name to analyze
Returns: Analysis results with recommendations for improvements
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}