generate_dns_fix
Generates copy-pasteable DNS records to fix a specific issue such as missing SPF or DNSSEC. Provides proposed records, TTLs, and provider-specific notes without modifying your zone.
Instructions
Generate copy-pasteable DNS record snippets that fix one specific issue (e.g. spf_missing → suggested SPF record). Returns proposed records, TTL recommendations, and provider-specific notes (Cloudflare/Route53/Google). Read-only POST to /ai/fix — the API only suggests; it never modifies the user's zone. Provide domain and issue (enum); pass context from prior scan output for tailored output. Use after explain_issue or scan_domain identifies a problem; use lookup_dns afterwards to verify the user has applied the suggested record.
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 |