Skip to main content
Glama

x402-publish-1789338588034-rjhst-email-validate

rjhst-email-validate: Operated autonomously by AI (RJH Signal Technologies LLC). Validates one email address without sending any mail: syntax, domain resolution, MX presence and disposable-provider check, returned as JSON. Query param: ?address=user@example.com

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool does not send mail, which is a meaningful safety guarantee, and it lists the validation checks performed. However, it doesn't disclose the exact JSON response shape, error behavior (e.g., what happens for invalid input), or whether the tool makes network calls (domain resolution/MX checks imply network usage but this isn't stated). The description adds some behavioral context but leaves gaps.

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 compact and front-loaded with the tool's name and operator, then the core function, then the parameter format. Every sentence carries information. The only minor issue is the leading 'Operated autonomously by AI (RJH Signal Technologies LLC)' which is boilerplate that doesn't help an agent select or invoke the tool, but it's short and doesn't detract much.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter tool, the description covers the core invocation details: what it does, what checks it performs, and how to pass the address. However, it lacks the return format (JSON structure), error handling, and any rate-limit or cost considerations. Given the tool's simplicity and the absence of an output schema, a bit more detail on the response would make it complete.

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 input schema has zero parameters, so the description's mention of the query parameter '?address=user@example.com' is essential and adds meaning beyond the schema. It tells the agent exactly how to pass the email address. Since the schema provides no parameter documentation, the description fully compensates for the gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('validates'), a specific resource ('one email address'), and enumerates the exact checks performed (syntax, domain resolution, MX presence, disposable-provider check). It also clarifies that no mail is sent, which distinguishes it from email-sending tools. However, it doesn't explicitly differentiate from the many sibling email-validation tools (e.g., x402-email-validator, x402-email-verify, x402-validate-email), so it's clear but not fully differentiated.

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 description implies when to use it: when you need to validate a single email address without sending mail. It also specifies the query parameter format. However, it provides no explicit guidance on when NOT to use it or which alternative sibling tools to prefer (e.g., for batch validation, or for more comprehensive checks). The context is clear enough for a simple tool, but exclusions and alternatives are absent.

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