You're viewing a demo portfolio

Join the waitlist
PRSM

apply_dns_fix

Active

Tool of io.inboxguard/email-deliverability

declared in 1.6.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.inboxguard/email-deliverability

1/7 registries
View full server →
apply_dns_fix — io.inboxguard/email-deliverability — PRSM MCP