Skip to main content
Glama

ESA MCP Server

by aliyun

route_create

Create and manage new routes for Edge Routines (ER) with specified rules, modes, and configurations. Define site IDs, route names, and enable/disable options to optimize routing for Edge Security Acceleration (ESA) services.

Instructions

Create a new route associated with an Edge Routine (ER).

Input Schema

NameRequiredDescriptionDefault
bypassYesThe bypass of the route, default is off
modeYesThe mode of the route, default is simple
routeNoThe route of the route, if mode is simple, this field is required. For example: test.example.com/*
routeEnableYesThe enable of the route, default is on
routeNameYesThe name of the route, use to identify the route. For example: test-route
routineNameYesThe name of the routine
ruleYesThe rule of the route, if mode is custom, this field is required
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, default is off", "enum": [ "on", "off" ], "type": "enum" }, "mode": { "description": "The mode of the route, default is simple", "enum": [ "simple", "custom" ], "type": "enum" }, "route": { "description": "The route of the route, if mode is simple, this field is required. For example: test.example.com/*", "type": "string" }, "routeEnable": { "description": "The enable of the route, default is on", "enum": [ "on", "off" ], "type": "enum" }, "routeName": { "description": "The name of the route, use to identify the route. For example: test-route", "type": "string" }, "routineName": { "description": "The name of the routine", "type": "string" }, "rule": { "description": "The rule of the route, if mode is custom, this field is required", "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", "mode", "rule", "routineName", "routeName", "bypass", "routeEnable" ], "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