Skip to main content
Glama

ESA MCP Server

by aliyun

update_ipv6

Modify the IPv6 configuration for a website hosted on ESA MCP Server, enabling or disabling IPv6 support based on site ID and region settings.

Instructions

Modifies the IPv6 configuration of a website.

Input Schema

NameRequiredDescriptionDefault
enableYesSpecifies whether to enable IPv6.
regionNoEnable IPV6 in the region.
siteIdYesThe website ID, which can be obtained by calling the ListSites operation.

Input Schema (JSON Schema)

{ "annotations": { "destructiveHint": false, "idempotentHint": false, "readOnlyHint": false }, "properties": { "enable": { "description": "Specifies whether to enable IPv6.", "enum": [ "on", "off" ], "type": "string" }, "region": { "description": "Enable IPV6 in the region.", "enum": [ "x.x", "cn.cn" ], "type": "string" }, "siteId": { "description": "The website ID, which can be obtained by calling the ListSites operation.", "example": [ 12228828888 ], "type": "number" } }, "required": [ "siteId", "enable" ], "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