Skip to main content
Glama

ESA MCP Server

by aliyun

er_record_create

Generate a new record for an Edge Routine (ER) by specifying the routine name, site ID, and record name to organize and manage data within the ESA MCP Server framework.

Instructions

Create a new record associated with an Edge Routine (ER)

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the routine", "type": "string" }, "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