html_deploy
Deploy HTML pages to ESA Edge Routine and generate access URLs. Input HTML string and routine name to manage deployments efficiently using ESA MCP Server.
Instructions
Quickly deploy an HTML page to ESA Edge Routine (ER) and return a default access URL to the user.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
html | Yes | An HTML string which user want to deploy. For example: <html><body>Hello World</body></html> | |
name | Yes | 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 |