Skip to main content
Glama

check_tlsa_dane

Verifies TLSA/DANE records by matching them against the live TLS certificate on a specified port and protocol. Use to validate DANE configurations before publishing or to debug mail-handover failures with DANE-enforcing senders.

Instructions

Read-only TLSA/DANE record check. Looks up the _<port>._<protocol>.<domain> TLSA record and matches it against the live TLS certificate served by that endpoint. Defaults to port 25 / tcp (SMTP DANE) when no port is supplied; pass port and protocol to verify DANE for HTTPS (443), SMTP submission (587), or any other service. Returns parsed TLSA tuples (usage/selector/matching-type/data), live cert digest, and match verdict. Use before publishing DANE records or when troubleshooting mail-handover failures with DANE-enforcing senders. No auth, no destructive actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name, e.g. example.com
portNoPort to check, defaults to 25
protocolNoTransport protocoltcp
Behavior4/5

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

Declares 'Read-only', 'No auth, no destructive actions.' Discloses lookup process and return values (parsed TLSA tuples, live cert digest, match verdict). Lacks details on potential errors or caching effects, but covers key behavioral aspects.

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?

Four sentences efficiently cover purpose, default behavior, parameter usage, and return values. Front-loaded with primary action and ends with usage guidance. No redundant information.

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?

Describes return values despite no output schema. Covers main functionality and usage scenarios. Slight gap in error handling or interpretation of verdict, but overall sufficient for a simple tool.

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

Parameters5/5

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

Adds meaning beyond schema by explaining defaults ('Defaults to port 25 / tcp') and providing examples ('HTTPS (443), SMTP submission (587)'). Schema has 100% coverage, and description enriches 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?

Description clearly states 'Read-only TLSA/DANE record check' with a specific verb (check) and resource (TLSA/DANE record). It distinguishes itself from sibling tools like check_smtp_tls, check_dmarc, etc., by focusing on DANE record verification.

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?

Explicitly says 'Use before publishing DANE records or when troubleshooting mail-handover failures with DANE-enforcing senders.' Provides context on defaults (port 25/tcp) and ability to check other ports. However, does not explicitly contrast with sibling tools.

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

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