Skip to main content
Glama

HALOWERK: Read the TLS certificate chain of a host: every certificate with its names, vali

tls_chain
Read-only

Check the TLS certificate chain of any host: view certificate details, expiry warnings, hostname coverage, weak algorithms, and missing intermediates. Identify problems before they cause failures.

Instructions

Read the TLS certificate chain of a host: every certificate with its names, validity, key type and signature, plus expiry warnings and whether the hostname is actually covered.

Kostenpflichtig: 0.002 USDC je Aufruf. Bezahlt per x402 auf Base, ohne Konto. Hoechstens 0.002 USDC je Aufruf.

Opens a TLS connection and reports the chain the server presents. Per certificate: subject and issuer, validity window with days remaining, serial, SHA-256 fingerprint, key type and size, and the subject alternative names. Above that it answers the questions a monitor asks: is the requested hostname covered by the leaf certificate including wildcard rules, how many days until the nearest expiry, is any certificate self-signed or signed with a weak algorithm, does the server send its intermediates or leave the client to find them — a chain that validates in a browser can still fail in a language runtime that does not fetch missing intermediates. The negotiated protocol version and cipher are reported. It connects to the host itself, so there is no third-party dependency and no rate limit. Preis 0.002 USDC je Aufruf, Abrechnung über x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesHostname or https URL, e.g. example.com.
portNoTLS port.
warn_daysNoWarn when a certificate expires within this many days.
servernameNoSNI name if it differs from host.
Behavior5/5

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

The description discloses significant behavioral context beyond the annotations: it opens a network connection, is a paid operation (0.002 USDC per call via x402), and provides details about chain validation implications (e.g., missing intermediates). Annotations only declare readOnly and not destructive, so this added transparency is valuable and not contradictory.

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

Conciseness3/5

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

The description is front-loaded with a clear summary, but it contains redundant pricing information stated twice in German ('Kostenpflichtig...' and later 'Preis...'). The long final paragraph, while informative, could be tightened to avoid repetition and improve scannability.

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 there is no output schema, the description provides a comprehensive list of what is reported: per-certificate details, hostname coverage, expiry days, self-signed/weak algorithm flags, missing intermediates, protocol version, and cipher. This is almost complete, though the exact output format is not specified.

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?

The input schema has 100% description coverage for all four parameters, so the baseline is 3. The description does not add parameter-specific semantics beyond mentioning 'expiry warnings' and 'days remaining' which loosely relate to warn_days, but it does not improve on the schema's own descriptions.

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 with a specific verb and resource: 'Read the TLS certificate chain of a host', listing the exact information returned (names, validity, key type, signature, expiry warnings, hostname coverage). This clearly distinguishes it from sibling tools like cve_check or jwt_verify, which address different security concerns.

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 gives clear context for use by explaining that it connects directly to the host, has no third-party dependency, and no rate limit, implying reliability and self-contained operation. However, it does not explicitly state when to use this tool over alternatives or when not to use it, so it stops short of full guidance.

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/halowerk/halowerk-mcp'

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