Skip to main content
Glama
lordbasilaiassistant-sudo

broke2built-skills-mcp

verify_email

Validate email addresses in real time: check syntax, MX records, disposable and role-account flags. Integrated free tier available.

Instructions

Live email verification: syntax + MX + disposable + role-account. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe email to analyze
Behavior4/5

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

With no annotations, the description fully carries the transparency burden. It discloses live behavior, specific checks, and rate limits (20 calls/day/IP default, 100/day with ALLY_KEY). No contradiction with annotations (none).

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 focused sentence with a parenthetical for limits. Every word adds value, front-loaded with the tool's 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?

Given the tool's simplicity (one parameter, no output schema), the description covers purpose and limitations. Missing details about return format but still adequately complete for agent selection.

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?

Schema coverage is 100% but the description adds meaning by explaining what verification steps are applied to the email parameter, going beyond the schema's simple 'The email to analyze'.

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 performs live email verification including syntax, MX, disposable, and role-account checks. It distinguishes itself from siblings like email_auth and domain_intel by specifying concrete verification methods.

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 given on when to use verify_email versus its siblings (e.g., email_auth, domain_intel). The description mentions rate limits but lacks context for tool selection.

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/lordbasilaiassistant-sudo/broke2built-skills-mcp'

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