Skip to main content
Glama

Straelo Relay

Email Validator BASIC

email_validator_basic

Validate email syntax, domain and MX records for basic automated checks without SMTP mailbox verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address for syntax, domain and MX validation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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 full burden of disclosure. It clearly states the scope (syntax, domain, MX) and the absence of SMTP verification, which is a behavioral limitation. However, it doesn't mention return format or error behavior, so it is not fully transparent but sufficiently so for a simple validation tool.

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?

A single sentence that front-loads the purpose and includes a crucial limitation. Zero wasted words; every clause adds 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?

For a one-parameter validation tool with no output schema, the description is adequate. It tells the agent what it validates and what it doesn't. It doesn't specify the return type, but for a simple validator the result is likely boolean/status; this is a minor gap given the tool's simplicity.

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?

Schema coverage is 100% and the schema description already says 'Email address for syntax, domain and MX validation.' The tool description adds no new parameter-level detail beyond that. Baseline 3 is appropriate since the schema fully covers the parameter.

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 uses the specific verb 'Validate' with the resource 'email', and enumerates exactly what is validated (syntax, domain, MX records). It also explicitly distinguishes this from SMTP mailbox verification, so an agent can clearly tell it apart from any similar-sounding tools.

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 phrase 'for basic automated checks' gives context on when to use it, and the exclusion 'without SMTP mailbox verification' tells the agent what this tool does NOT do, implying when a more thorough verification would be needed. It doesn't name alternatives, but the limitation is explicit.

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