Skip to main content
Glama
Kaidn-io

Kaidn-mcp

Official
by Kaidn-io

Check an email address

check_email

Evaluate an email address for fraud risk, deliverability, and disposable status. Detect aliases and canonical identity to link signups from the same person.

Instructions

Enrichment and in-network reputation for one email address: disposable/ throwaway domain, deliverability, fraud score, plus how often the address has been seen abusing other operators. Also returns canonical, the identity key: every alias that reaches one mailbox (+tags, gmail dot tricks, googlemail.com) collapses to the same string, so compare THAT across accounts to tell whether two signups are one person. is_aliased and alias_tricks say which trick was used, and reject_reason says why an address is unusable. Consumes one row of monthly quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe email address to check
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 behavioral disclosure. It transparently reports quota consumption, explains canonical alias collapsing behavior, and notes specific return fields like reject_reason. It doesn't explicitly state read-only nature or error handling, but these are reasonably implied by the enrichment context.

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 moderately detailed but each sentence adds value: purpose, canonical key, specific fields, and quota. The structure is logical, though the first sentence is dense with colon-separated lists. It is appropriately sized for a tool with no output schema.

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?

Since there is no output schema, the description is the sole source for return values. It lists the main fields (canonical, is_aliased, alias_tricks, reject_reason) and covers quota consumption. It could be more complete by detailing response structure or error cases, but it covers the key behavioral and output aspects for a check tool.

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

Parameters4/5

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

The schema only describes the parameter as 'The email address to check' with type string. The description adds that the tool accepts one email address (not a batch) and explains the canonical key semantics, providing meaningful context for interpreting the parameter. It stops short of providing format constraints or examples.

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 identifies the tool as an email enrichment and reputation lookup, enumerating specific outputs such as disposable domain, deliverability, fraud score, and abuse history. It distinguishes itself from sibling tools like check_ip and check_phone by explicitly focusing on email addresses.

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?

Provides a clear use case: using the canonical key to compare across accounts to detect duplicate signups. It also mentions quota consumption as a cost consideration. However, it doesn't explicitly state when not to use this tool or reference alternatives beyond the implicit sibling context.

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/Kaidn-io/kaidn-mcp'

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