Skip to main content
Glama

ESA MCP Server

by aliyun

update_managed_transform

Modify managed transform configurations for a website, including client geolocation and real IP headers, by specifying site ID and version settings. Use the ESA MCP Server for seamless integration.

Instructions

Modifies the configuration of managed transforms for your website.

Input Schema

NameRequiredDescriptionDefault
addClientGeolocationHeaderNoSpecifies whether to include the header that indicates the geographical location of a client in an origin request.
addRealClientIpHeaderNoSpecifies whether to include the 'ali-real-client-ip' header that indicates the 's real IP address in an origin request.
realClientIpHeaderNameNoThe actual client IP header name.
siteIdYesThe website ID, which can be obtained by calling the ListSites operation.
siteVersionNoThe version number of the website. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.

Input Schema (JSON Schema)

{ "annotations": { "destructiveHint": false, "idempotentHint": false, "readOnlyHint": false }, "properties": { "addClientGeolocationHeader": { "description": "Specifies whether to include the header that indicates the geographical location of a client in an origin request.", "enum": [ "on", "off" ], "type": "string" }, "addRealClientIpHeader": { "description": "Specifies whether to include the 'ali-real-client-ip' header that indicates the 's real IP address in an origin request.", "enum": [ "on", "off" ], "type": "string" }, "realClientIpHeaderName": { "description": "The actual client IP header name.", "example": [ "test_header" ], "type": "string" }, "siteId": { "description": "The website ID, which can be obtained by calling the ListSites operation.", "example": [ 12228828888 ], "type": "number" }, "siteVersion": { "description": "The version number of the website. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.", "example": [ 0 ], "type": "number" } }, "required": [ "siteId" ], "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