Skip to main content
Glama

renew_ssl

Renew an SSL certificate on a 1Panel server by providing the certificate ID. Use this tool when a certificate needs renewal.

Instructions

Renew SSL certificate

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
IDYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.2/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 behavioral burden and fails to meet it. It implies a mutating operation but says nothing about required permissions, whether the existing certificate is replaced or downtime/HTTPS interruption occurs, whether renewal is idempotent, or what the result state is.

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

Conciseness3/5

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

Three words with no padding, which is structurally efficient, but the brevity comes at the cost of substance rather than being a tight summary of meaningful content.

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

Completeness2/5

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

For a single-parameter mutation tool with no annotations and no output schema, the description should at minimum identify the ID and the precondition for renewal. It supplies neither, leaving the identifier ambiguous and the operation's effect undescribed.

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

Parameters1/5

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

Schema description coverage is 0% and the single parameter is an undocumented numeric "ID". The description never states whether that ID identifies a certificate, a website, or a domain, so the caller cannot reliably invoke the tool.

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

Purpose3/5

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

"Renew SSL certificate" gives a clear verb and resource, so the basic purpose is legible. But it is essentially a de-underscored restatement of the tool name and does nothing to separate it from the crowded SSL sibling set (obtain_ssl, resolve_ssl, apply_ssl, upload_ssl, get_website_ssl), leaving 'renew' undefined against those operations.

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

Usage Guidelines2/5

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

There is no when-to-use guidance, no mention of prerequisites (must a certificate already exist?), and no pointer to an alternative tool. The agent must guess between this and resolve_ssl/apply_ssl/obtain_ssl purely from names.

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