Skip to main content
Glama

ESA MCP Server

by aliyun

update_site_pause

Pause or resume Edge Security Acceleration (ESA) for a specific website by modifying its proxy configuration. Use this tool to temporarily redirect requests directly to the origin server when paused.

Instructions

Modifies the ESA proxy configuration of a website.

Input Schema

NameRequiredDescriptionDefault
pausedYesSpecifies whether to temporarily pause ESA on the website. If you set this parameter to true, all requests to the domains in your DNS records go directly to your origin server. Valid values: true, false
siteIdYesThe website ID, which can be obtained by calling the [ListSites] operation.

Input Schema (JSON Schema)

{ "annotations": { "destructiveHint": true, "idempotentHint": true, "openWorldHint": false, "readOnlyHint": false }, "properties": { "paused": { "description": "Specifies whether to temporarily pause ESA on the website. If you set this parameter to true, all requests to the domains in your DNS records go directly to your origin server. Valid values: true, false", "examples": [ "true" ], "type": "boolean" }, "siteId": { "description": "The website ID, which can be obtained by calling the [ListSites] operation.", "examples": [ "123456****" ], "type": "number" } }, "required": [ "siteId", "paused" ], "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