Skip to main content
Glama

ESA MCP Server

by aliyun

html_deploy

Deploy HTML pages to ESA Edge Routine, generating a default access URL for quick testing and sharing. Requires a valid name and HTML string for deployment.

Instructions

Quickly deploy an HTML page to ESA Edge Routine (ER) and return a default access URL to the user.

Input Schema

NameRequiredDescriptionDefault
htmlYesAn HTML string which user want to deploy. For example: <html><body>Hello World</body></html>
nameYesThe name of the routine, supports lowercase English letters, numbers, and hyphens, must start with a lowercase letter, and must be at least 2 characters long. For example: hello-world

Input Schema (JSON Schema)

{ "properties": { "html": { "description": "An HTML string which user want to deploy. For example: <html><body>Hello World</body></html>", "type": "string" }, "name": { "description": "The name of the routine, supports lowercase English letters, numbers, and hyphens, must start with a lowercase letter, and must be at least 2 characters long. For example: hello-world", "type": "string" } }, "required": [ "name", "html" ], "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