Skip to main content
Glama

get_website_ssl

Fetch the SSL certificate for a specified website by website ID to check its status, expiration, or configuration on a 1Panel server.

Instructions

Get website SSL certificate

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
websiteIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. The verb 'Get' implies a read operation, but the description says nothing about permissions required, whether it is safe or read-only, error behavior when no SSL exists, or what is returned.

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

Conciseness4/5

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

The description is a single, front-loaded phrase with zero waste. It is appropriately sized for the tool's simplicity, though the lack of any structure or elaboration borders on under-specification.

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 simple getter with one parameter, no annotations, and no output schema, the description is nearly empty. It does not explain what the SSL certificate result contains, how it relates to the website, or how it differs from sibling tools like get_certificate.

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

Parameters2/5

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

The schema has 0% description coverage and one required parameter (websiteId), and the description does not mention or explain any parameter. The property name is somewhat self-explanatory, but the description adds no meaning beyond the schema.

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?

The description states a specific verb and resource: 'Get website SSL certificate.' However, it does not distinguish this tool from the many sibling SSL-related tools (e.g., get_certificate, list_certificates, get_https, obtain_ssl), leaving the agent unsure when this particular getter is the right choice.

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 guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. The bare phrase 'Get website SSL certificate' implies a retrieval context but provides no explicit usage instructions.

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