get_record
Retrieve detailed DNS record configuration, including value, priority, and origin authentication for CNAME records, using the specified record ID from the ESA MCP Server.
Instructions
Queries the configuration of a single DNS record, such as the record value, priority, and origin authentication setting (exclusive to CNAME records).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
recordId | Yes | The record ID, which can be obtained by calling ListRecords. |
Input Schema (JSON Schema)
{
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"readOnlyHint": true
},
"properties": {
"recordId": {
"description": "The record ID, which can be obtained by calling ListRecords.",
"examples": [
1234567890123
],
"type": "number"
}
},
"required": [
"recordId"
],
"type": "object"
}