Skip to main content
Glama

ESA MCP Server

by aliyun

er_record_list

Retrieve and paginate records linked to a specific Edge Routine using name, page number, page size, and optional search keyword. Facilitates efficient management of routine-related data.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
NameYesThe name of the routine
PageNumberNoThe page number of the records
PageSizeNoThe page size of the records
SearchKeyWordNoThe search key word of the records

Input Schema (JSON Schema)

{ "properties": { "Name": { "description": "The name of the routine", "type": "string" }, "PageNumber": { "description": "The page number of the records", "type": "number" }, "PageSize": { "description": "The page size of the records", "type": "number" }, "SearchKeyWord": { "description": "The search key word of the records", "type": "string" } }, "required": [ "Name" ], "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