Skip to main content
Glama

ESA MCP Server

by aliyun

routine_code_commit

Save and manage code versions for Edge Routines (ER) within the ESA MCP Server, enabling future modifications or releases using a structured input schema.

Instructions

Save a code version for future modifications or release within an Edge Routine (ER).

Input Schema

NameRequiredDescriptionDefault
codeYesSource Code of the routine, export default { async fetch(request) { return handleRequest(request); } }
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": { "code": { "description": "Source Code of the routine, export default { async fetch(request) { return handleRequest(request); } }", "type": "string" }, "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", "code" ], "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