cloudflare-dns-mcp_list_ssl_certs
Retrieve a list of SSL certificate packs associated with a specific zone, enabling efficient management and monitoring of certificates within the Cloudflare ecosystem.
Instructions
List SSL certificate packs for a zone
Input Schema
Name | Required | Description | Default |
---|---|---|---|
zone_name | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"zone_name": {
"minLength": 1,
"type": "string"
}
},
"required": [
"zone_name"
],
"type": "object"
}