Skip to main content
Glama

data-enrichment

Server Details

Free B2B data enrichment: company lookup, email validation, email patterns, domain info. Zero auth.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of data enrichment: company info, email patterns, email guessing, domain lookup, and email validation. No functional overlap exists.

Naming Consistency5/5

All tools use a consistent verb_noun snake_case pattern (enrich_company, find_email_patterns, etc.), making the naming predictable and clear.

Tool Count5/5

5 tools is well-scoped for the domain of data enrichment, covering core needs without being excessive or insufficient.

Completeness4/5

The set covers company enrichment, email patterns, email guessing, domain info, and email validation. A minor gap is the lack of a direct person search by name and company, but guess_person_email partially addresses this.

Available Tools

5 tools
enrich_companyAInspect

Enrich a company by domain or name. Returns: canonical name, domain, logo URL, description, industry tags, and extracted website metadata. Provide either a domain (e.g. 'stripe.com') or a company name (e.g. 'Stripe').

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior3/5

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

The description discloses inputs and outputs but lacks details on failure modes (e.g., no match found), authentication requirements, or rate limits. Since annotations are absent, the description carries full burden and falls short.

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 two sentences, front-loaded with the action, and lists return fields efficiently. No extraneous content.

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 single parameter and lack of output schema, the description provides sufficient context for usage. It could mention error handling or data freshness but is mostly complete for a simple enrichment 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?

Schema coverage is 0% for the single parameter 'query'. The description compensates by explaining the accepted formats: domain or company name with examples, adding significant meaning beyond the bare schema.

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's action: 'Enrich a company by domain or name.' It lists specific return fields, distinguishing it from sibling tools which focus on email or domain lookup.

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?

The description specifies when to use the tool by stating the input options (domain or company name) and provides examples. It does not explicitly mention when not to use it or alternatives, but the context is clear enough.

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

find_email_patternsAInspect

Generate the most common email patterns for a given domain. Useful for outreach or lead research. Returns a ranked list of likely email formats e.g. firstname@company.com, f.lastname@company.com. Provide the company domain (e.g. 'stripe.com').

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
Behavior3/5

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

No annotations provided, so description carries burden. It states it returns a ranked list of likely email formats, which is transparent. Does not disclose limitations or data source, but sufficient for a simple tool.

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?

Two sentences, no fluff. Front-loaded with purpose. Every sentence contributes meaning. Ideal length.

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?

For a one-parameter tool with no output schema or annotations, the description covers purpose, parameter, and output type adequately. Lacks information on data freshness or limits, but acceptable.

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?

With 0% schema description coverage, the description adds value by providing an example ('stripe.com') and clarifying the parameter format. This goes beyond the schema's simple string type.

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 clearly states the action (generate) and resource (email patterns for a domain) with specific examples. Distinguishes from siblings like guess_person_email which targets individual emails.

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?

Mentions usefulness for outreach/lead research, providing usage context. Does not explicitly state when not to use or compare to siblings, but context is clear enough.

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

guess_person_emailAInspect

Guess the work email address of a person given their first name, last name, and company domain. Returns a ranked list of likely email candidates based on the most common corporate email patterns. Example: first_name='John', last_name='Smith', domain='acme.com'

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
last_nameYes
first_nameYes
Behavior3/5

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

The description conveys that the tool returns 'likely candidates' based on 'common patterns', acknowledging uncertainty. However, with no annotations provided, it does not disclose behavior when no patterns match, whether it requires internet access, or any rate limits. The example provides some context but not full transparency.

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 two sentences plus an example, with no redundant information. The first sentence immediately states the purpose, and the example reinforces usage. Every part earns its place without being verbose.

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?

For a simple tool with three string parameters and no output schema, the description covers input, output, and an example. It does not mention error handling or integration with sibling tools like 'validate_email', but overall it provides sufficient context for an agent to use the tool appropriately.

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 description coverage is 0%, so the description must compensate. It provides an example with real values, clarifying that 'domain' is the company domain. However, it does not explain parameter constraints (e.g., case sensitivity, length limits) or provide separate semantic descriptions for each parameter.

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 verb 'guess', the resource 'work email address', and the inputs (first name, last name, company domain). It also specifies the output: 'ranked list of likely email candidates'. This distinguishes it from sibling tools like 'enrich_company' or 'validate_email', which serve different purposes.

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 needing to guess an email given name and domain, but it does not explicitly state when to use it versus its siblings (e.g., 'find_email_patterns' for pattern discovery, 'validate_email' for verification). No exclusions or prerequisites are mentioned.

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

lookup_domainAInspect

Look up basic information about a domain: IP address, HTTP server header, redirect chain, and reachability. Provide a domain name (e.g. 'stripe.com').

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
Behavior3/5

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

With no annotations, the description implies a read-only operation but does not disclose potential side effects (e.g., network activity, rate limits, or failure behavior). It adequately states what information is retrieved.

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?

Two sentences provide complete and efficient coverage of purpose and usage with no redundant information.

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 the input format and output data. It could mention error conditions or output format, but is sufficient for basic use.

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?

Despite 0% schema description coverage, the description adds meaning by specifying the parameter as a 'domain name' with an example, clarifying the expected format beyond just a string type.

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 verb 'look up' and the resource 'basic information about a domain', listing specific data (IP, HTTP server, redirect chain, reachability). This distinctly separates it from sibling tools dealing with companies and emails.

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 an explicit usage example for the domain parameter ('stripe.com'). However, does not specify when to use this tool versus sibling tools or mention prerequisites like internet connectivity.

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

validate_emailAInspect

Validate an email address. Checks format (RFC 5322 pattern) and whether the domain has valid MX records. Returns {valid, format_ok, mx_records, reason}.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYes
Behavior4/5

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

With no annotations, the description fully covers behavior: checks format and MX records, returns structured result. Lacks details on error handling or rate limits but is sufficient for a read-only validation.

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?

Two sentences, 25 words, front-loaded with action and result. No redundant information.

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?

Simple tool with one param and no output schema; description states return fields and validation steps. Lacks error scenarios but adequate for typical use.

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?

Single parameter 'email' is not described in schema (0% coverage). The description clarifies its role as the email to validate and explains the return object, adding essential meaning.

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 states it validates an email address and specifies two checks (RFC 5322 format and MX records), clearly distinguishing it from siblings like guess_person_email or find_email_patterns.

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?

No explicit when-to-use or alternatives; usage is implied but not contrasted with sibling tools like enrich_company or lookup_domain.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources