Skip to main content
Glama

ESA MCP Server

by aliyun

routine_route_list

Retrieve and filter routes linked to a specific Edge Routine by providing the routine name, route name, page number, and page size for efficient route management.

Instructions

List all routes associated with a specific Edge Routine (ER).

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
routineNameYesThe name of the routine

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" }, "routineName": { "description": "The name of the routine", "type": "string" } }, "required": [ "routineName" ], "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