# dns

Verify if DNS records for a domain are correctly configured and show which records still need to be added.

### Parameters

| Parameter  | Type          | Required | Description                                              |
| ---------- | ------------- | -------- | -------------------------------------------------------- |
| `domainId` | string (UUID) | Yes      | The domain ID (tagId). Get this from the `domains` tool. |
| `teamId`   | string (UUID) | Yes      | The team ID the domain belongs to.                       |

### Output

Returns:

* Current DNS verification status
* List of required DNS records
* Which records are already verified and which still need to be added

### Example

> "Check the DNS records for my domain"

The AI assistant will call `dns` and show you which records are verified and which are pending.
