Skip to main content
Glama

ESA MCP Server

by aliyun

route_get

Retrieve detailed information about a specific route linked to an Edge Routine by providing the required site and configuration IDs using the ESA MCP Server.

Instructions

Get details of a specific route associated with an Edge Routine (ER).

Input Schema

NameRequiredDescriptionDefault
configIdYesThe ID of the config
siteIdYesThe ID of the site

Input Schema (JSON Schema)

{ "properties": { "configId": { "description": "The ID of the config", "type": "number" }, "siteId": { "description": "The ID of the site", "type": "number" } }, "required": [ "siteId", "configId" ], "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