apply_dns_fix
ActiveTool of io.inboxguard/email-deliverability
Apply a DNS fix plan to a tracked domain by publishing records at the connected registrar. DESTRUCTIVE: it creates/updates/deletes DNS records. Two-step by design — first call get_dns_fix_plan, then pass its `connectionId` and `ops` here verbatim. The server re-derives the diff from the latest scan and rejects any op that no longer matches, so an agent can never apply arbitrary records. Requires an owner/admin API key with write or full scope. Re-scan afterward to confirm the fix.
Parameters schema
{
"type": "object",
"required": [
"domain",
"connectionId",
"ops"
],
"properties": {
"ops": {
"type": "array",
"items": {
"type": "object"
},
"description": "The `ops` array from get_dns_fix_plan, passed verbatim. The server validates each op against a freshly recomputed diff before executing."
},
"domain": {
"type": "string",
"description": "Domain name tracked in the account, e.g. example.com."
},
"connectionId": {
"type": "string",
"format": "uuid",
"description": "The connectionId from get_dns_fix_plan."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.inboxguard/email-deliverability
1/7 registries