Skip to main content
Glama

ESA MCP Server

by aliyun

get_record

Retrieve detailed DNS record configuration, including value, priority, and origin authentication settings, by specifying the record ID. Part of the ESA MCP Server for managing DNS records.

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

NameRequiredDescriptionDefault
recordIdYesThe 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/mcp-server-esa'

If you have feedback or need assistance with the MCP directory API, please join our Discord server