Skip to main content
Glama

ESA MCP Server

by aliyun

create_site_txt_record

Generates a TXT record for a specific website via the ESA MCP Server, enabling DNS configuration by specifying site ID, record name, TTL, and record data.

Instructions

Creates a DNS record for a specific website. Only TXT records are supported.

Input Schema

NameRequiredDescriptionDefault
commentNoThe comment of the record. The maximum length is 100 characters.
dataYesThe DNS record information. The format of this field varies based on the record type. For more information, see https://www.alibabacloud.com/help/doc-detail/2708761.html
recordNameYesThe record name.
siteIdYesThe website ID, which can be obtained by calling the [ListSites] operation.
ttlNoThe TTL of the record. Unit: seconds. If the value is 1, the TTL of the record is determined by the system. Default: 1.

Input Schema (JSON Schema)

{ "annotations": { "destructiveHint": false, "idempotentHint": false, "openWorldHint": false, "readOnlyHint": false }, "properties": { "comment": { "description": "The comment of the record. The maximum length is 100 characters.", "type": "string" }, "data": { "description": "The DNS record information. The format of this field varies based on the record type. For more information, see https://www.alibabacloud.com/help/doc-detail/2708761.html", "properties": { "value": { "description": "A valid text string. Required.", "example": [ "xxxxxxxxxxxxxxxxxx" ], "type": "string" } }, "type": "object" }, "recordName": { "description": "The record name.", "examples": [ "www.example.com" ], "type": "string" }, "siteId": { "description": "The website ID, which can be obtained by calling the [ListSites] operation.", "type": "number" }, "ttl": { "description": "The TTL of the record. Unit: seconds. If the value is 1, the TTL of the record is determined by the system. Default: 1.", "examples": [ 1 ], "type": "number" } }, "required": [ "siteId", "recordName", "type", "data" ], "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