Skip to main content
Glama

ESA MCP Server

by aliyun

er_record_delete

Remove a specific record linked to an Edge Routine by providing the routine name, site ID, and record name. Facilitates record management within the ESA MCP Server.

Instructions

Delete a specified record associated with an Edge Routine (ER).

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the routine
recordIdNoThe ID of the record
recordNameYesThe name of the record
siteIdYesThe ID of the site

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the routine", "type": "string" }, "recordId": { "description": "The ID of the record", "type": "number" }, "recordName": { "description": "The name of the record", "type": "string" }, "siteId": { "description": "The ID of the site", "type": "number" } }, "required": [ "name", "siteId", "recordName" ], "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