List DNS Records
infra.cloudflare.dns_listList all DNS records for a Cloudflare zone, with filtering by record type or name to quickly find specific records.
Instructions
List all DNS records for a Cloudflare zone — A, AAAA, CNAME, MX, TXT, NS records with name, content, TTL, proxy status. Filter by type or name (Cloudflare)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Cloudflare Zone ID (from zones_list results) | |
| type | No | Filter by record type | |
| name | No | Filter by record name (e.g. "www.example.com") | |
| limit | No | Results per page (default 50, max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |