Skip to main content
Glama
iMateo

fastpanel-mcp

by iMateo

certificate_create_letsencrypt

Create a Let's Encrypt SSL certificate for an existing site. Supports HTTP-01 and DNS-01 challenges. Requires public DNS and site accessibility.

Instructions

Issue a Let's Encrypt SSL certificate for an existing site. This is ASYNC — response returns immediately with status 'CREATING'. Poll queue_active to track issuance progress. REQUIREMENTS: site must be publicly accessible with correct DNS for HTTP-01 challenge to succeed. WRITE operation — confirm:true to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesContact email for Let's Encrypt registration
confirmNo
dry_runNo
site_idYesSite id from sites_list (maps to 'virtualhost' in API)
key_lengthNoRSA key length
common_nameYesPrimary domain for the certificate (CN)
alternative_namesNoAdditional SAN domains. If empty, will be set to [common_name].
force_dns_validationNoUse DNS-01 challenge instead of HTTP-01 (required for wildcard certs)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the async nature (returns immediately with status CREATING), prerequisites (public DNS for HTTP-01), and that it is a write operation. It would benefit from mentioning rate limits or side effects of repeated calls, but the provided context is strong.

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 concise with three clear sentences: action and async note, requirements, and write operation note. It is front-loaded and every sentence adds essential information.

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?

Given the tool's complexity (async, 8 parameters, no output schema), the description covers the async nature, prerequisites, and write aspect. It does not detail return values beyond 'CREATING' but references polling queue_active. Minor gaps exist (e.g., alternative_names behavior), but overall it is sufficiently complete.

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 75%, with 6 of 8 parameters documented. The description adds value by emphasizing the confirm parameter requirement and the async polling behavior, but it does not provide additional meaning for most parameters beyond what the schema already includes.

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 clearly states it issues a Let's Encrypt SSL certificate for an existing site. It uses a specific verb ('Issue') and resource ('SSL certificate'), and implicitly distinguishes from sibling tools like certificates_list (list) and site_ssl_update (update).

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 clear context for when to use the tool (issuing a new certificate) and explicit requirements (site must be publicly accessible with correct DNS). It also indicates it's a write operation requiring confirm:true. However, it does not explicitly mention when not to use it or contrast with alternatives beyond the async hint.

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

Install Server

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/iMateo/fastpanel-mcp'

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