Skip to main content
Glama

ESA MCP Server

by aliyun

routine_code_deploy

Deploy specified code versions to staging or production environments on the ESA MCP Server. Ensures version compatibility and automatically triggers commit if necessary.

Instructions

Deploy a selected code version to the staging or production environment. If version is not exist, should call routine_code_commit first

Input Schema

NameRequiredDescriptionDefault
codeVersionYesVersion of the routine, must be a valid semantic version
envYesEnvironment of the routine, must be "production" or "staging". If the user has no special requirements, it will be deployed to the production environment by default
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": { "codeVersion": { "description": "Version of the routine, must be a valid semantic version", "type": "string" }, "env": { "description": "Environment of the routine, must be \"production\" or \"staging\". If the user has no special requirements, it will be deployed to the production environment by default", "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", "codeVersion", "env" ], "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