list-me-dns-records-by-fqdn
List DNS records for a domain using its fully qualified domain name (e.g., 'example.com'). Specify the domain FQDN, optionally filter by record type or record FQDN, and paginate results.
Instructions
List DNS records by specifying the owning domain as an FQDN instead of an internal domain ID. Use this when the caller only knows the domain name (e.g. 'example.com') and not its Muumuu domain ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain-fqdn | Yes | FQDN of the target domain (exact match), e.g. 'example.com' or 'example.co.jp'. | |
| fqdn | No | Optional: exact-match filter on the DNS record FQDN. | |
| type | No | Filter by DNS record type. | |
| page | No | Page number (1-indexed). | |
| page-size | No | Items per page (maximum 100). |