get_dns_record
Retrieve a specific DNS record by its unique ID using this tool, designed for managing Cloudflare DNS records through the MCP Cloudflare DNS Server.
Instructions
Get a specific DNS record by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
recordId | Yes | The DNS record ID |
Input Schema (JSON Schema)
{
"properties": {
"recordId": {
"description": "The DNS record ID",
"type": "string"
}
},
"required": [
"recordId"
],
"type": "object"
}