Skip to main content
Glama
satvikkesarwani

Email Verification MCP Server

mcping

Check if the Email Verification MCP server is alive and responsive by sending a ping request.

Instructions

Check if the MCP server is alive and responsive

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It indicates a non-destructive read-only operation ('check if alive and responsive') and does not imply any side effects. However, it does not specify what constitutes a response (e.g., return value or error), leaving some behavioral detail unspecified.

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 a single, concise sentence that directly states the tool's function without redundancy or unnecessary detail. It is perfectly sized for a simple health-check tool.

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?

Given the tool's simplicity, the description covers the core purpose but omits details about the parameter's role and the expected output or behavior on failure. For a basic ping-like tool, this might be acceptable, but the missing parameter explanation leaves a gap in completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, 'message', is a string with no description in the schema or tool description. Its purpose is entirely unclear—whether it is an input to the check, an optional identifier, or something else. With 0% schema coverage and no explanatory text, the parameter's meaning is not conveyed.

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 clearly states the tool's purpose: to check if the MCP server is alive and responsive. The verb 'check' is specific, and the resource is unambiguous. It is distinct from the sibling tools 'verify_email' and 'mchelp', which serve different functions.

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 provides no explicit guidance on when to use this tool versus alternatives. It implies a health-check use case, but there is no stated context, prerequisites, or comparison with sibling tools. The purpose is clear, but usage conditions are not elaborated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools