Skip to main content
Glama
rsp2k
by rsp2k

cdn_delete_cdn_ssl_certificate

Delete an SSL certificate from a CDN zone using its origin domain, CDN domain, or ID. Resolves identifiers automatically to remove the certificate.

Instructions

Remove SSL certificate from a CDN zone. Smart identifier resolution: use origin domain, CDN domain, or UUID.

Args: zone_identifier: The CDN zone origin domain, CDN domain, or ID

Returns: Success message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

A4.1/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that the certificate is removed and that a success message is returned, but it does not mention consequences such as HTTPS being disabled, reversibility, prerequisites, or any side effects on the CDN zone.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief and well-structured, with the core action front-loaded followed by essential argument and return information. There is no filler or redundant content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter deletion tool, the description covers the action, the accepted identifier formats, and the expected return. An output schema exists, so detailed return-value documentation is not necessary. The main missing piece is behavioral caveats, which is already reflected in the behavioral transparency score.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema only defines zone_identifier as a string. The description adds meaningful semantics by specifying that it accepts an origin domain, CDN domain, or ID, fully compensating for the schema's lack of description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Remove SSL certificate from a CDN zone.' This clearly distinguishes the tool from related CDN operations like creating or retrieving SSL certificates and deleting the zone itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides concrete context for using the tool by explaining that the zone_identifier can be an origin domain, CDN domain, or UUID. It does not explicitly name alternatives or say when not to use the tool, but the operation is specific enough that this is not a major gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools