Skip to main content
Glama

EmailMCP

verify_email_setup

Verify IP whitelisting and email provider configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoDomain to check for DNS records (required if include_dns is true)
providerYesEmail provider to verify, or "all" for all configured providers
test_emailNoOptional test email address to verify delivery
include_dnsNoInclude DNS record verification

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states the action without revealing side effects, return format, or whether test emails are actually sent. The optional test_email parameter suggests delivery attempts may occur, but this is not disclosed.

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 a single concise sentence that is easy to parse and front-loads the core purpose. It avoids unnecessary words, though it could be slightly more detailed without becoming verbose.

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

Completeness2/5

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

Given no output schema, no annotations, and a moderately complex verification task, the description is incomplete. It does not explain what constitutes 'verification', what outputs to expect, or how the parameters interact, leaving significant gaps for an agent to select and invoke the tool correctly.

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 description coverage is 100%, so each parameter is already well-documented. The tool description adds slight context by mention IP whitelisting and provider configuration, but does not deepen understanding of parameter semantics beyond the schema.

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 states the tool verifies IP whitelisting and email provider configuration, using the specific verb 'verify' and a defined resource. It distinguishes from generic checks like 'check_email_config' by narrowing scope to IP whitelisting and provider setup, but does not explicitly differentiate from similar sibling tools.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as check_email_config or test_email_config. The description does not mention prerequisites, use cases, or exclusions, leaving the agent to infer the appropriate context.

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.