list_records
Retrieve all DNS records for a specified domain to view, manage, or troubleshoot DNS configurations within Vultr's cloud infrastructure.
Instructions
List all DNS records for a domain.
Args: domain: The domain name to list records for
Returns: List of DNS records with details
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| domain | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "domain": {
      "title": "Domain",
      "type": "string"
    }
  },
  "required": [
    "domain"
  ],
  "type": "object"
}