explain_issue
Explain a specific DNS or email security issue from scan results, providing severity, business impact, root cause, and recommended fix steps.
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 |
|---|---|---|---|
| domain | Yes | Domain name, e.g. example.com | |
| issue | Yes | ||
| context | No | Optional issue context from scan output |