EdgeOne Pages MCP

Official

deploy-html

Deploy HTML content to EdgeOne Pages, return the public URL

Input Schema

NameRequiredDescriptionDefault
valueYesHTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "value": { "description": "HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed.", "type": "string" } }, "required": [ "value" ], "type": "object" }

You must be authenticated.

Other Tools