You're viewing a demo portfolio

Join the waitlist
PRSM

restore_dns

Active

Tool of run.domani/domani

declared in 1.0.0

Restore DNS records from the server-side backup (created by snapshot_dns or during transfers). Uses diff to avoid duplicates. Call snapshot_dns first to create a backup. Pass dry_run to preview what would be applied without writing.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain name to restore DNS for"
    },
    "dry_run": {
      "type": "boolean",
      "description": "Preview only - returns would_apply without writing anything"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →
restore_dns — run.domani/domani — PRSM MCP