Skip to main content
Glama

ESA MCP Server

by aliyun

site_route_list

Retrieve and filter routes associated with a specific site using site ID, route name, pagination, and page size for efficient route management on the ESA MCP Server.

Instructions

List all routes associated with a specific site.

Input Schema

NameRequiredDescriptionDefault
pageNumberNoThe page number of the routes
pageSizeNoThe page size of the routes
routeNameNoThe name of the route, use to filter list results
siteIdYesThe ID of the site

Input Schema (JSON Schema)

{ "properties": { "pageNumber": { "description": "The page number of the routes", "type": "number" }, "pageSize": { "description": "The page size of the routes", "type": "number" }, "routeName": { "description": "The name of the route, use to filter list results", "type": "string" }, "siteId": { "description": "The ID of the site", "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