Skip to main content
Glama

ESA MCP Server

by aliyun

get_managed_transform

Query Managed Transform Configuration on the ESA MCP Server to retrieve site-specific settings. Input Site ID and optional version number for precise configuration retrieval.

Instructions

Query Managed Transform Configuration.

Input Schema

NameRequiredDescriptionDefault
siteIdYesSite ID, which can be obtained by calling ListSites.
siteVersionNoThe version number of the site. For sites with version management enabled, you can use this parameter to specify the effective version of the configuration, defaulting to version 0.

Input Schema (JSON Schema)

{ "annotations": { "destructiveHint": false, "idempotentHint": false, "readOnlyHint": true }, "properties": { "siteId": { "description": "Site ID, which can be obtained by calling ListSites.", "example": [ 12228828888 ], "type": "number" }, "siteVersion": { "description": "The version number of the site. For sites with version management enabled, you can use this parameter to specify the effective version of the configuration, defaulting to version 0.", "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