create_certificate
Create SSL certificates for websites and services on a 1Panel server to enable HTTPS connections.
Instructions
Create SSL certificate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cert | Yes |
Create SSL certificates for websites and services on a 1Panel server to enable HTTPS connections.
Create SSL certificate
| Name | Required | Description | Default |
|---|---|---|---|
| cert | Yes |
Changes observed during successful MCP inspections.
v1.0.0Does 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. 'Create SSL certificate' gives no information about permissions, whether the certificate is generated or uploaded, required preconditions, side effects, or what the cert object should contain. This is insufficient for a mutation tool with an opaque nested parameter.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence, which is structurally concise, but it is under-specified rather than appropriately concise. It is not front-loaded with useful information because it contains almost no substantive detail beyond restating the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations, no output schema, a nested object parameter with 0% schema description coverage, and several SSL-related sibling tools, the description is completely inadequate. It omits all contextual details an agent would need to invoke this tool correctly or choose it over alternatives.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the single parameter 'cert' is a nested object with no properties documented in the schema. The description says nothing about what the cert object must include, what fields it accepts, or its expected shape. The description fails to compensate for the complete lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Create SSL certificate'. It is clear what the tool does, but it does not distinguish this tool from closely related siblings such as obtain_ssl, upload_ssl, or apply_ssl. An agent can understand the basic operation but may not know when to choose this over the alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. There is no mention of prerequisites, which sibling handles automatic issuance, or what situations call for manual certificate creation. The agent is left to infer usage entirely.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.