Skip to main content
Glama

ESA MCP Server

by aliyun

delete_record

Remove a specific DNS record from a website by providing its RecordId. This tool is part of the ESA MCP Server, enabling AI models to manage DNS records effectively through standardized protocols.

Instructions

Deletes a DNS record of a website based on the specified RecordId.

Input Schema

NameRequiredDescriptionDefault
recordIdYesThe record ID, which can be obtained by calling ListRecords .

Input Schema (JSON Schema)

{ "annotations": { "destructiveHint": false, "idempotentHint": false, "readOnlyHint": false }, "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