Skip to main content
Glama

enrich_lead

Read-only

Enrich a B2B company profile with structured firmographic, technographic, intent, and contact data. This tool should be called when an AI agent needs to gather detailed information about a company before crafting a personalized outreach, generating a lead score, or making a sales recommendation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe company domain to enrich (e.g., "stripe.com").
attributesNoWhich data attributes to include. Allowed values: firmographic, technographic, intent, contacts.
requiredFieldsNoSpecific fields that must be present in the response.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
revenueYesEstimated annual revenue range (e.g., "$1B+").
contactsNoKey contacts identified at the company.
industryYesPrimary industry classification.
insightsYesActionable semantic insights derived from the data.
enrichedAtYesISO 8601 timestamp when this enrichment was performed.
companyNameYesOfficial legal name of the enriched company.
technologiesYesTechnology stack associated with the company.
employeeCountYesEstimated employee count range (e.g., "5000+").
intentSignalsYesSignals showing buying intent or strategic initiatives.
confidenceScoreYesConfidence score from 0 to 1.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds detail about the types of data collected (firmographic, technographic, intent, contacts). Although it doesn't mention error handling or auth, the read-only nature is clear.

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 that are front-loaded with purpose. No redundant information; every sentence is essential.

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 presence of an output schema (not shown) and full parameter descriptions, the tool definition is fairly complete. Missing are potential error conditions or rate limits, but overall it provides enough context for usage.

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 coverage is 100%, so baseline is 3. The description does not add significant semantic value beyond the schema; the parameter descriptions are self-contained. It hints at attribute categories but doesn't detail them.

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 'Enrich' and resource 'B2B company profile' with specific data types (firmographic, technographic, etc.). It distinguishes the tool's purpose well, and with no sibling tools, it's unambiguous.

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 explicitly states when to use the tool: before personalized outreach, lead scoring, or sales recommendations. While it provides good context, it lacks when-not-to-use guidance or alternatives, but siblings are absent.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Only one tool exists, so there is no ambiguity—agents have no risk of selecting the wrong tool.

Naming Consistency5/5

With a single tool, naming consistency is trivial; the tool name 'enrich_lead' is clear and follows a verb_noun pattern.

Tool Count3/5

One tool for a 'B2B Lead Enrichment' server is borderline - it can work if the tool encapsulates all enrichment needs, but typically such servers benefit from multiple specialized tools (e.g., batch enrichment, search, status).

Completeness2/5

The tool covers multiple enrichment dimensions (firmographic, technographic, intent, contact), but lacks batch operations, updates, or status tracking, leaving significant gaps for common workflows.