Skip to main content
Glama

TLS certificate sweep

cert_sweep
Read-onlyIdempotent

Check TLS certificate expiry across domains from explicit lists or config files. Sorts by soonest expiry and flags certificates expiring within a set number of days.

Instructions

Check TLS certificate expiry across many domains at once. Pass an explicit list, and/or config paths (nginx/Caddy/Traefik/compose files or dirs) to auto-extract the domains. Sorts by soonest expiry and flags certs expiring within warn_days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoTLS port (default 443)
pathsNoconfig files/dirs to extract domains from
domainsNoexplicit domains to check
warn_daysNoflag certs expiring within N days (default 21)
Behavior4/5

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

Beyond annotations (readOnly, idempotent), the description adds that the tool sorts results by soonest expiry, flags near-expiry certs, and auto-extracts domains from config files, providing useful behavioral context.

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 three sentences long, front-loaded with the primary purpose, then input options, then output behavior. No wasted words.

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 no output schema, the description hints at the output format (sorted list with flags) but could be more explicit. It adequately covers the tool's capabilities for a batch check tool.

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

Parameters4/5

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

The description adds specifics not in the schema: it names supported config file types (nginx, Caddy, Traefik, compose) and clarifies that paths trigger automatic domain extraction, enhancing parameter understanding.

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 the tool checks TLS certificate expiry across many domains, distinguishes from siblings like tls_inspect (single domain) by emphasizing batch operation and automatic domain extraction from config files.

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 implies when to use (batch checks) but does not explicitly contrast with sibling tools like tls_inspect for single-domain checks, or mention when not to use (e.g., for other certificate types).

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/Socialpranker/netops-mcp'

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