dns_list_records
List DNS records in a zone for full visibility, optionally filter by exact domain. Retrieve all zone records including subzones, or narrow to a specific domain.
Instructions
List DNS records in a zone. Optionally filter by a specific domain name within the zone. When no domain is specified, returns all records across all zones matching the zone name (including subzones like app.example.com when zone=example.com). When domain is specified, returns records for that exact domain only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | Zone domain name (e.g. example.com). Can be a parent domain to list all subzones. | |
| domain | No | Optional specific domain to filter (e.g. www.example.com). Defaults to the zone name if omitted. |