Skip to main content
Glama

ESA MCP Server

by aliyun

route_update

Modify an existing Edge Routine route configuration by updating its enable status, rule, routine name, bypass, and sequence in the ESA MCP Server.

Instructions

Modify the configuration of an existing Edge Routine route.

Input Schema

NameRequiredDescriptionDefault
bypassYesThe bypass of the route
configIdYesThe ID of the config
routeEnableYesThe enable of the route
routeNameYesThe name of the route, use to identify the route.
routineNameYesThe name of the routine
ruleYesThe rule of the route
sequenceNoThe sequence of the route, if not passed, default is the current number of routes
siteIdYesThe ID of the site

Input Schema (JSON Schema)

{ "properties": { "bypass": { "description": "The bypass of the route ", "enum": [ "on", "off" ], "type": "enum" }, "configId": { "description": "The ID of the config", "type": "number" }, "routeEnable": { "description": "The enable of the route", "enum": [ "on", "off" ], "type": "enum" }, "routeName": { "description": "The name of the route, use to identify the route.", "type": "string" }, "routineName": { "description": "The name of the routine", "type": "string" }, "rule": { "description": "The rule of the route", "type": "string" }, "sequence": { "description": "The sequence of the route, if not passed, default is the current number of routes", "type": "number" }, "siteId": { "description": "The ID of the site", "type": "number" } }, "required": [ "siteId", "configId", "routeName", "routeEnable", "rule", "routineName", "bypass" ], "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