Skip to main content
Glama

ESA MCP Server

by aliyun

list_sites

Retrieve detailed site lists for the current user, including names, statuses, and configurations, using customizable filters like site name, search type, status, and resource group ID.

Instructions

用于查询当前用户下的站点列表 ,包括站点的名称、状态、配置等信息。

Input Schema

NameRequiredDescriptionDefault
accessTypeNo接入类型。取值:; - **NS**:通过NS托管接入。; - **CNAME**:通过CNAME接入。
coverageNo加速区域。取值:; - **domestic**:仅中国内地。; - **global**:全球。; - **overseas**:全球(不包含中国内地)。
onlyEnterpriseNo仅企业版,传**true**时代表仅查询企业版的站点。
orderByNo排序字段,默认按照创建时间排序,支持; - gmtCreate:站点创建时间; - visitTime:站点访问时间
pageNumberNo页码。默认值:**1**。
pageSizeNo分页大小。默认值:**500**。
planSubscribeTypeNo套餐订阅类型。取值:; - **basicplan**: 基础版。; - **standardplan**:标准版。; - **advancedplan**:高级版。; - **enterpriseplan**:企业版。
resourceGroupIdNo资源组ID。用于查询的过滤条件。
siteNameNo站点名称。用于查询的过滤条件。
siteSearchTypeNo站点名称的搜索匹配模式。默认为精确匹配,取值:; - **prefix**:前缀匹配。; - **suffix**:后缀匹配。; - **exact**:精确匹配。; - **fuzzy**:模糊匹配。
statusNo站点状态。用于查询的过滤条件。
tagFilterNo标签过滤规则。

Input Schema (JSON Schema)

{ "annotations": {}, "properties": { "accessType": { "description": "接入类型。取值:; - **NS**:通过NS托管接入。; - **CNAME**:通过CNAME接入。", "type": "string" }, "coverage": { "description": "加速区域。取值:; - **domestic**:仅中国内地。; - **global**:全球。; - **overseas**:全球(不包含中国内地)。", "type": "string" }, "onlyEnterprise": { "description": "仅企业版,传**true**时代表仅查询企业版的站点。", "type": "boolean" }, "orderBy": { "description": "排序字段,默认按照创建时间排序,支持; - gmtCreate:站点创建时间; - visitTime:站点访问时间", "type": "string" }, "pageNumber": { "description": "页码。默认值:**1**。", "type": "number" }, "pageSize": { "description": "分页大小。默认值:**500**。", "type": "number" }, "planSubscribeType": { "description": "套餐订阅类型。取值:; - **basicplan**: 基础版。; - **standardplan**:标准版。; - **advancedplan**:高级版。; - **enterpriseplan**:企业版。", "type": "string" }, "resourceGroupId": { "description": "资源组ID。用于查询的过滤条件。", "type": "string" }, "siteName": { "description": "站点名称。用于查询的过滤条件。", "type": "string" }, "siteSearchType": { "description": "站点名称的搜索匹配模式。默认为精确匹配,取值:; - **prefix**:前缀匹配。; - **suffix**:后缀匹配。; - **exact**:精确匹配。; - **fuzzy**:模糊匹配。", "enum": [ "suffix", "exact", "prefix", "fuzzy" ], "type": "string" }, "status": { "description": "站点状态。用于查询的过滤条件。", "type": "string" }, "tagFilter": { "description": "标签过滤规则。", "items": { "properties": { "key": { "description": "标签键,用于查询的过滤条件。", "type": "string" }, "value": { "description": "标签值,用于查询的过滤条件。", "type": "string" } }, "type": "object" }, "type": "array" } }, "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