Set records of an RRSet
set_recordsReplace all existing DNS records for a record set with the supplied values, deleting any records not included. This solves updating an entire RRSet in one operation.
Instructions
Replace ALL records of an RRSet with the given records. Existing records not listed are removed. Use add_records to append instead. The first call returns a short-lived confirmation token bound to exactly this record list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the RRSet, relative to the zone and in lower case, e.g. "www" or "@" for the zone apex | |
| type | Yes | Type of the RRSet, e.g. "A" or "TXT" | |
| zone | Yes | ID or name of the zone, e.g. "example.com" | |
| records | Yes | ||
| confirmToken | No | Confirmation token from the previous call of this same tool with identical arguments. Omit on the first call — the server then returns a token that is valid for a few minutes. |