cloudflare_dns_search
Find all DNS records in a Cloudflare zone that match a given name pattern, with optional type filter.
Instructions
Search DNS records by name pattern. Returns all records whose name contains the given string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Zone ID (32-char hex) or zone name (e.g., 'example.com') | |
| name | Yes | Name pattern to search for (partial match supported) | |
| type | No | Filter by record type (optional) |