list-me-dns-records
Retrieve DNS records for a domain you own. Filter by record type or exact FQDN, with paginated results for easy review.
Instructions
List DNS records for a specific owned domain (identified by domain ID). Supports filtering by record type or FQDN, with pagination. Read-only view of the authoritative zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain-id | Yes | Domain ID issued by Muumuu Domain. Format: 'MU' followed by 8 digits (e.g. MU00000001). | |
| fqdn | No | Exact FQDN match filter (trailing dot required, e.g. 'www.example.com.'). | |
| type | No | Filter by DNS record type (A, AAAA, CNAME, MX, TXT, NS, ALIAS, SRV, CAA). | |
| page | No | Page number (1-indexed). | |
| page-size | No | Items per page (maximum 100). |