Skip to main content
Glama

ESA MCP Server

by aliyun

routine_create

Create a new Edge Routine (ER) in your Alibaba Cloud account using name and description inputs, enabling streamlined management of edge security acceleration services via ESA MCP Server.

Instructions

Create a new Edge Routine (ER) in your Alibaba Cloud account.

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the routine, no spaces
nameYesThe name of the routine, support lowercase English, numbers, and hyphens, must start with lowercase English, length cannot be less than 2 characters

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the routine, no spaces", "type": "string" }, "name": { "description": "The name of the routine, support lowercase English, numbers, and hyphens, must start with lowercase English, length cannot be less than 2 characters", "type": "string" } }, "required": [ "name" ], "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