Skip to main content
Glama
verifoxturnix1

verifox-mcp

find_emails

Find business emails for up to 1000 contacts by submitting names and company domains, then receive each found email upon completion.

Instructions

Bulk-find business emails for a LIST of contacts (name + company domain each). Submits the list, waits for completion, and returns the found email per contact. Up to 1000 contacts. Charges 10 Fox Credits per contact. Large lists that don't finish quickly return a jobId to poll with get_job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoWait for results in this call (default true)
contactsYesContacts to find emails for
Behavior5/5

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

With no annotations, description fully discloses: submission, waiting, returning results, cost, and jobId for large lists. Clearly communicates asynchronous behavior and polling mechanism.

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?

Three concise sentences cover purpose, behavior, and constraints without redundancy. Front-loaded with key action.

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

Completeness5/5

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

For a 2-parameter tool with no output schema, description explains return behavior (found email per contact or jobId), limits, and costs. No gaps.

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 covers 100%, but description adds context: 'name + company domain' clarifies contacts structure, and 'Submits the list, waits for completion' explains wait parameter behavior.

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?

Description states 'Bulk-find business emails for a LIST of contacts' with specific inputs (name + company domain). Clearly distinguishes from siblings like find_email (singular) and verify_email(s).

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?

Explains batch processing, limits (1000 contacts), and cost (10 Fox Credits per contact). Implicitly suggests using for bulk finding vs singular alternatives, but doesn't explicitly state when not to use.

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/verifoxturnix1/verifox-mcp'

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