Skip to main content
Glama

x402-publish-1789338588352-rjhst-mta-sts-audit

rjhst-mta-sts-audit: Operated autonomously by AI (RJH Signal Technologies LLC). Reads a domain's MTA-STS announcement record, fetches the policy file it points to, and reads the TLS-RPT reporting record, returning all three plus parse errors as JSON. Query param: ?domain=example.com

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool performs network reads, fetches a policy file, and returns parse errors as part of the JSON output. It stops short of stating whether it is strictly read-only in an explicit way, but the language strongly implies no mutation.

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 core behavior is described in a dense, well-organized sentence that covers inputs, operations, and outputs. The opening operator attribution sentence adds some context but is not necessary for selection or invocation, slightly reducing efficiency.

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 empty schema, absent annotations, and no output schema, the description provides the key invocation detail and an accurate summary of the response. It is complete enough for correct use, though a more detailed response shape or explicit read-only note would make it stronger.

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?

The input schema is empty, so the description is the only source of parameter information. It explicitly documents the query parameter with concrete syntax (?domain=example.com), which is essential and sufficient for an agent to invoke the tool correctly.

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 names a specific multi-step operation: read the MTA-STS announcement record, fetch the policy file, and read the TLS-RPT record, then return all three plus parse errors as JSON. This clearly differentiates it from related domain-email siblings like dmarc-reader or dkim-lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The use case is implied by the behavior: an agent can infer this is for auditing a domain's MTA-STS and TLS-RPT configuration. However, there is no explicit when-to-use guidance, no mention of alternatives, and no exclusions relative to the many related x402-* email/DNS tools.

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