Skip to main content
Glama
scalably-io

Hunter MCP

by scalably-io

email_enrichment

Read-only

Enrich a person from an email address or LinkedIn handle. Get Hunter v2 enrichment data, optionally in Clearbit-compatible format.

Instructions

Enrich a person from an email address or LinkedIn handle using Hunter v2, optionally in Clearbit-compatible format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
clearbit_formatNoReturn Hunter enrichment data in Clearbit-compatible field shape.
linkedin_handleNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already signal readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds useful context by naming Hunter v2 as the backend and noting the Clearbit-compatible output option, but it does not describe response shape, failure modes, or what happens when neither input is provided.

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 no filler. The core action, inputs, provider, and optional output format are all front-loaded, and every clause earns its place.

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?

The description is minimally adequate for a simple enrichment lookup, but important context is missing: there are no required parameters in the schema, yet the description implies at least one of email or linkedin_handle is needed. There is also no output schema, and the description does not indicate the shape of the returned enrichment data or how errors should be handled.

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 description coverage is only 33%, but the description compensates by explaining the roles of email and linkedin_handle ('from an email address or LinkedIn handle') and clearbit_format ('optionally in Clearbit-compatible format'). It does not specify the expected LinkedIn handle format or whether email and linkedin_handle are mutually exclusive, but it provides more meaning than the raw schema alone.

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 names a specific verb ('Enrich'), a specific resource ('a person'), and the input sources ('email address or LinkedIn handle'), while also identifying the provider ('Hunter v2'). This clearly distinguishes it from sibling tools like email_finder, email_verifier, and company_enrichment based on the operation and resource.

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 the tool should be used when you have an email address or LinkedIn handle and need person enrichment, but it does not explicitly state when to prefer this over siblings such as combined_enrichment or company_enrichment. No alternatives or exclusions are mentioned, so the agent must infer routing from the wording alone.

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

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/scalably-io/hunter-mcp'

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