explain_issue
Get a plain-language explanation of a specific DNS issue, covering severity, business impact, root cause, and fix steps to resolve scan findings.
Instructions
Ask the IntoDNS.ai AI service for a plain-language explanation of one specific issue (e.g. spf_missing, no_dnssec). Returns severity, business impact, root cause, and recommended fix steps as structured text. Read-only POST to /ai/explain — never mutates DNS or domain state. Provide domain and issue (enum); pass context from prior scan output (e.g. scan_domain result) for higher-quality answers. Use after scan_domain when an agent needs to walk a user through why a finding matters; use generate_dns_fix for the actual DNS record snippet that resolves it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | ||
| domain | Yes | Domain name only, e.g. example.com (no URL, path, or port) | |
| context | No | Optional issue context from scan output |