Skip to main content
Glama

ESA MCP Server

by aliyun

list_certificates

Retrieve and manage website certificates by specifying a site ID, search keyword, and filters like validity status. Use this tool to efficiently list and organize certificate data for secure website management.

Instructions

Lists certificates of a website.

Input Schema

NameRequiredDescriptionDefault
keywordNoThe search keyword.
pageNumberNoThe page number of the returned data.
pageSizeNoThe number of records per page.
siteIdYesThe website ID. Reference Value Source: list_sites. Example: 1234567890123
validOnlyNoWhether to return only valid certificates.

Input Schema (JSON Schema)

{ "annotations": {}, "properties": { "keyword": { "description": "The search keyword.", "type": "string" }, "pageNumber": { "description": "The page number of the returned data.", "type": "number" }, "pageSize": { "description": "The number of records per page.", "type": "number" }, "siteId": { "description": "The website ID. Reference Value Source: list_sites. Example: 1234567890123", "type": "number" }, "validOnly": { "description": "Whether to return only valid certificates.", "type": "boolean" } }, "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