Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_ssl_post_v1_ssl_domains_domain_id_renew

Renew an SSL certificate for a specific domain by providing its domain ID. This action ensures your domain's HTTPS security remains active without interruption.

Instructions

Renew SSL certificate

HTTP: POST /v1/ssl/domains/:domain_id/renew Category: SSL Required scopes: ssl:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
domain_idYesPath parameter: domain_id
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

The description adds 'Mutating: changes server state' and 'Required scopes: ssl:write', which is useful context beyond the annotations. It does not contradict annotations, but it does not disclose side effects such as whether the existing certificate is replaced, whether the domain must already have a certificate, or any renewal-specific restrictions.

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 compact and front-loaded: the action is stated first, followed by HTTP method, category, required scope, and mutation note. Every line carries useful operational information with no wasted words.

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

Completeness3/5

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

For a simple mutation with annotations covering read-only/idempotency semantics, the description covers the essentials. However, it lacks guidance on when renewal applies versus issuing a new certificate and does not clarify the role or optionality of the freestanding request body, leaving some ambiguity for an agent invoking it correctly.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already documents both parameters. The description adds no meaning beyond what the schema provides, and the body parameter remains opaque despite its 'see API docs' note.

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

Purpose4/5

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

The description states a specific action ('Renew SSL certificate') on a clear resource (the SSL domain identified by domain_id). It is distinct from sibling SSL operations like issue and upload in its verb, though it does not explicitly call out the difference.

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?

The description provides no guidance on when to renew versus issuing or uploading a certificate, and names no alternatives or exclusions. The required scope and mutating nature are stated, but the tool's selection context is left entirely to inference.

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

Other Tools

Latest Blog Posts

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/Panelica/panelica-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server