Skip to main content
Glama

Create SSL certificate monitor

create_ssl_monitor

Monitor TLS certificate validity, issuer, and days until expiry. Pairs with an HTTP monitor to cover both reachability and certificate status.

Instructions

Watch a TLS certificate: whether it is valid, who issued it, and how many days remain before it expires. This is about the certificate, not about the site being reachable - pair it with create_http_monitor when you want both. Note that such a monitor carries two independent states, one for reachability and one for expiry, so a certificate can be days from expiring while the check still reads up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesDomain whose certificate to inspect, for example example.com. No scheme, no path.
nameYesLabel shown in the dashboard and in alerts, up to 50 characters. Something recognisable months later beats the bare hostname.
isActiveNoStart monitoring immediately (default true)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMonitor id, used by every other tool.
urlNo
nameNo
typeNo
isActiveNoFalse while the monitor is paused.
frequencyNoCheck interval in minutes.
statusSummaryNoCurrent state, for example GOOD or ERROR.
Behavior4/5

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

Annotations already indicate this is not read-only (readOnlyHint=false) and not destructive, so the description need not repeat those. It adds value by disclosing that the monitor has two independent states (reachability and expiry) and that the check can read 'up' while the certificate is expiring. While this is useful, it does not fully detail all behavioral aspects (e.g., alerting), but given annotations cover the safety profile, this is well above baseline.

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 a single paragraph of two sentences, directly conveying the purpose, scope, and a key behavioral nuance. Every sentence adds value, with no filler or redundancy.

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

Completeness5/5

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

Given the annotations (readOnlyHint=false, destructiveHint=false) and the rich output schema (not shown but indicated as present), the description covers the essential conceptual nuance (certificate vs reachability) that is not evident from the schema. It is complete for the tool's scope and context, as the output schema handles return value details.

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 description does not need to explain parameters individually. It does not add extra meaning beyond the schema, but the schema already provides clear descriptions for url, name, and isActive. Therefore, a score of 3 is appropriate as the description does not repeat parameter details.

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 states precisely that the tool creates a monitor that watches a TLS certificate's validity, issuer, and days to expiry. It distinguishes its scope from site reachability and explicitly names the sibling tool create_http_monitor for that complementary purpose.

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

Usage Guidelines5/5

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

It gives clear guidance: use this for certificate-focused monitoring reliable, and pair it with create_http_monitor when both certificate and site reachability are needed. This explicitly states when to use and when not to use, directly addressing the sibling comparison.

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/uptybots/mcp-server'

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