Skip to main content
Glama

SSL Certificate Check

ssl_check

Read-only

Opens its own TLS handshakes to one public host with openssl, using the URL's explicit port or 443 by default, and reports what they establish: which of TLS 1.3, TLS 1.2, TLS 1.1, TLS 1.0 and SSLv3 the server accepts, a protocol-support grade, and the certificate the server actually serves (subject, issuer, covered hostnames, hostname match, and validity dates). Reach for it on padlock, HTTPS, 'Not Secure', certificate-expiry and wrong-hostname questions, and to inspect which certificate is served after a renewal on the probed endpoint; this does not verify every load-balanced node. It does not fetch the page or establish whether plain HTTP is actually served or redirected, and it is not a browser trust decision: no chain-of-trust build, no revocation check, no cipher-suite inspection. Measured 0.05-1.5 seconds against real hosts; each probe is cut off at 12 seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesFull public URL of the site to probe. Its hostname and explicit port drive the handshakes; port 443 is used when no port is named. The submitted scheme is reported, but the page is never fetched and plain-HTTP serving or redirects are not tested

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL as requested
hostYesThe hostname the handshakes were opened against
portYesThe port the handshakes were opened against (443 unless the URL named another)
httpsYesWhether anything completed a TLS handshake on the port
issuesYesProtocol, certificate, and submitted-scheme observations found by the probe
checkedAtYesProbe timestamp
protocolsNoProtocol versions the server agreed to speak
certificateNoThe certificate the server served during the handshake
protocolGradeNoA+ (TLS 1.3, no legacy protocols), A, B, or C: read from protocol support ALONE by this app. It ignores the certificate entirely, so an expired or wrong-hostname certificate can still sit behind an A. Not a Qualys SSL Labs grade
servedOverHttpNoLegacy field name: true when the submitted URL used the http scheme and TLS answered on the probed port. It records the input scheme in this TLS result, not whether HTTP content is served, redirected or enforced

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint/openWorldHint/destructiveHint), the description discloses meaningful behavioral details: it measures 0.05-1.5 seconds, cuts each probe at 12 seconds, and openly states it does not build a chain of trust or check revocation. Mentioning the formalism 'TLS handshakes to a public host using openssl' also clarifies the internal mechanics. Nothing contradicts the annotations.

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 dense but not bloated; every sentence carries a distinct piece of insight — method, results, when to use, limitations, and performance. The use of a running list for outputs and limitations could be more lineated, but the front-loaded action and explicit 'It does ...' exclusions are efficient and immediately answer the core questions. Only the latency measurement, while useful, is somewhat secondary.

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?

With one parameter, full schema coverage, an output schema present, and correct annotations, this description effectively stands alone. It leaves little to infer in terms of scope, acceptable URLs, timing, and boundaries—it tells the agent that public hosts are expected, that the certificate is returned, and what is not covered. No essential piece of context is missing.

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 schema already describes the single `url` parameter in detail with a regex and coverage of 100%. The description adds genuine value by noting it only works against a 'public host' and clarifies that the submitted scheme is merely reported, not negotiated, and that the tool will connect to the explicit port or 443. This goes beyond the schema's literal description and helps the caller set expectations.

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 opens by naming the exact action ('Opens its own TLS handshakes to a public host with openssl') and the exact resource (the server's TLS protocol and certificate). It then enumerates the produced outputs — accepted TLS versions, protocol-support grade, and certificate details — and explicitly lists what the tool is not (not a browser trust decision, no revocation check, no cipher-suite inspection). Despite having no siblings, this is unambiguous and leaves no doubt about the tool's domain.

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?

The description provides explicit usage criteria: 'Reach for it on padlock, HTTPS, "Not Secure" certificate-expiry and wrong-hostname questions' and its limitation 'does not verify every load-balanced node'. It also says when not to rely on it, e.g., it 'does not fetch the page or establish whether plain HTTP is actually served or redirected'. This is a precise when-and-when-not statement, which is even more helpful since no sibling tools exist to contrast.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources