Skip to main content
Glama
BrennerSpear

hunter-mcp

by BrennerSpear

Email Verifier

verify_email

Verify if an email address is valid and deliverable. Prevent bounces and improve email campaign performance.

Instructions

Verify if an email address is valid and deliverable

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe email address to verify
Behavior3/5

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

With no annotations, the description carries the transparency burden. It conveys that the tool performs a read-only-style check, but does not disclose details such as return format, potential side effects, or error behavior. The core behavior is stated, but without deeper context.

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 sentence with no wasted words. It is front-loaded with the action and clearly conveys the purpose.

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?

The tool has a single parameter, no annotations, and no output schema. The description adequately conveys the operation, but since no output schema exists, an explicit statement of the return value (e.g., boolean) would enhance completeness. However, 'verify if' implies a boolean result, making this sufficient for a low-complexity tool.

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 parameter 'email' already has a clear description. The tool description does not add extra meaning beyond the schema, which is acceptable given the high schema coverage.

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 a specific verb ('verify') and resource ('email address'), adding the scope 'valid and deliverable'. This distinguishes it from the sibling tool find_email_by_name, which searches for emails by name.

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 usage when an email needs validity/deliverability checking, but it does not explicitly state when to use this tool over alternatives like find_email_by_name. No exclusions or alternative conditions are provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrennerSpear/hunter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server