Skip to main content
Glama
NELPROINC

NEL VEIL MCP

by NELPROINC

Check a domain's HTTPS/TLS configuration

check_tls
Read-onlyIdempotent

Assess a domain's TLS configuration for known weaknesses, returning a Qualys SSL Labs grade and flagging issues like Heartbleed, POODLE, RC4, protocol versions, and certificate chain problems.

Instructions

Answers: does this domain's TLS configuration have known weaknesses? Returns the Qualys SSL Labs assessment grade for the host, plus findings for specific known problems when present: Heartbleed, POODLE, RC4 support, deprecated protocol versions, missing forward secrecy, and certificate chain issues. IMPORTANT — this one is NOT passive. It queries Qualys SSL Labs, which performs an ACTIVE assessment of the target from Qualys's own infrastructure (reusing a recent cached result when Qualys has one). NEL sends no probe itself, but running this does cause the target to be actively tested by a third party. Prefer it for a domain you own or are authorised to test. It is free, and it does no port scanning and no exploit testing of its own. It does NOT report certificate expiry dates, the issuer, or hostname validity — if you need those, read the certificate directly. It also does not check HTTP security headers — use check_security_headers for those.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to check, e.g. example.com. Bare domains work best; a full URL or a www. prefix is accepted and normalised. Do not pass an IP address, an email address, or a private/internal hostname — those are refused.
Behavior5/5

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

Despite annotations stating readOnlyHint=true and idempotentHint=true, the description transparently discloses that the tool is NOT passive and triggers an active assessment from Qualys's infrastructure, which is a behavioral nuance beyond what annotations convey. It also clarifies it does no port scanning or exploit testing itself, and mentions it reuses cached results when available. This fully discloses the external side effect and safety profile without contradicting annotations—'readOnly' is still true in the sense of not modifying the target.

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 well-structured and front-loaded with the core purpose, then lists specific findings, then warns about the active nature (critical for agent decision-making), and finally clarifies exclusions and sibling differentiation. Every sentence adds value, and the length is justified by the need to convey the active behavior and scope boundaries.

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?

For a tool with one parameter and no output schema, the description is complete: it states what it returns (grade and specific findings), what it does NOT return (expiry, issuer, hostname validity), how it operates (external active assessment), and when to use it. It also covers edge cases (cached results) and exclusions. Nothing an agent needs to decide whether to call it and interpret results is missing.

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 schema already provides a thorough description of the 'domain' parameter: accepted formats, normalization, and explicit exclusions. The tool description adds no additional parameter-level semantics beyond what the schema states. Since schema coverage is 100% and the parameter is simple, the baseline of 3 applies—no further clarification needed.

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 what the tool does: it answers whether a domain's TLS configuration has known weaknesses, returns the Qualys SSL Labs grade, and lists specific vulnerabilities it checks (Heartbleed, POODLE, RC4, etc.). It also distinguishes itself from siblings by explicitly saying it does NOT check HTTP security headers (use check_security_headers) and does NOT report certificate expiry/issuer/hostname validity, so an agent can differentiate it clearly.

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 gives explicit when-to-use guidance: prefer it for a domain you own or are authorized to test, and warns it is NOT passive because it causes a third-party active assessment. It also provides exclusions (do not pass IP, email, private hostname) and points to the alternative tool for headers, plus suggests reading the certificate directly for expiry/issuer needs. This is complete routing 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/NELPROINC/nel-veil-mcp'

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