Skip to main content
Glama

Hermes Plant — Agent Commerce Assurance

EmailGuard — email validation

emailguard_validate
Idempotent

EmailGuard (x402-paid, $0.02): deterministic email/contact quality scorer — validity, deliverability score, disposable/role/free classification, typo suggestion. Pure function, no DNS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional contact name associated with the email
emailYesEmail address to validate
payerNoOptional wallet/account identifier; stored only as a hash
apiKeyNoFree-tier / plan API key (hp_free_… or a pass key). Forwarded as X-API-Key so paid tools serve from your monthly quota with NO x402 wallet. Get a free key (250 calls/mo) at https://hermesplant.com/pricing.
domainNoOptional explicit domain hint (usually derived from email)
channelNoDiscovery channel or source tag
campaignNoCampaign tag for downstream telemetry
xPaymentNoRaw X-PAYMENT proof from an x402-compatible wallet/client
actorTypeNoCaller type for analytics: agent, human, synthetic, system, or unknown
mxPresentNoCaller-supplied MX hint
syntheticNoMark this paid retry as an internal test/probe for analytics exclusion
paymentSignatureNox402 payment proof to forward as PAYMENT-SIGNATURE and X-PAYMENT on retry
paymentIdentifierNoOptional x402 payment identifier for idempotency/retry correlation

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the upstream storefront call returned a 2xx response
httpStatusYesUpstream HTTP status code
paymentRequiredNoTrue when the response is an x402 HTTP 402 payment challenge

TDQS

A3.8/5.0
Behavior4/5

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

The description goes beyond annotations by stating 'deterministic' and 'pure function, no DNS', which are behavioral traits not fully captured by annotations (idempotentHint, destructiveHint). It also discloses the x402-paid cost. This adds meaningful context about side effects (payment) and external dependencies (no DNS). No contradiction with annotations, though 'pure function' could be interpreted as read-only while readOnlyHint is false, the description qualifiers make it clear the computation is deterministic, not necessarily free of payment side effects.

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 extremely concise: two sentences, front-loaded with the tool name, pricing, and core functionality. Every word contributes value, with no filler or repetition. It is well-structured for quick agent consumption.

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 the presence of an output schema and fully described parameters, the description adequately covers the high-level purpose, behavior, and cost. It does not explain the payment flow or how to use apiKey vs. x402, but those are detailed in the schema. The description is sufficient for an agent to understand what the tool does and decide if it fits the use case, though a note about the batch sibling or free-tier option would increase completeness.

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?

All 13 parameters have rich descriptions in the schema (100% coverage), so the baseline is 3. The description adds little about parameters themselves, only naming output categories. It does not clarify the specific parameter semantics beyond what the schema already provides, so it neither compensates nor detracts.

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 clearly identifies the tool as an email/contact quality scorer, listing specific outputs (validity, deliverability score, disposable/role/free classification, typo suggestion). It uses a specific verb ('scorer') and resource ('email/contact'), making the purpose clear. However, it does not explicitly distinguish itself from the sibling tool 'emailguard_validate_batch', leaving ambiguity about single vs. batch validation.

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 gives implicit usage context: 'Pure function, no DNS' suggests it is a fast, deterministic choice suitable for single email checks without network dependency. It also notes it is x402-paid, hinting at cost considerations. However, it does not explicitly state when to use this tool versus alternatives like the batch validator or free-tier key options, and no exclusions are mentioned.

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.

TDQS

A3.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes. Some overlap exists (e.g., dealanalyzer_analyze combines CashflowLens and WaterfallLens; action_safety_run includes DestructGuard evidence), but descriptions explicitly clarify scope so an agent can choose correctly.

Naming Consistency2/5

Naming patterns are mixed: some verbs precede nouns (get_product, purchase_with_x402), others follow nouns (bond_analyze, portfolioguard_score), and some are multi-word (action_safety_quick_gate). This inconsistency makes tool selection less predictable.

Tool Count3/5

At 25 tools, the server is at the heavy end and spans diverse subdomains (safety, payments, financial analytics, storefront). While each tool serves a purpose, the broad scope makes it feel overloaded for a single server.

Completeness3/5

Core assurance workflows (safety, payment, verification) are covered, but gaps exist: no refund/cancellation tools, no attestation lookup, and no way to retrieve 30-day action-safety status records. Financial analytics also have limited coverage (no equities).