enrich_lead
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
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The company domain to enrich (e.g., "stripe.com"). | |
| attributes | No | Which data attributes to include. Allowed values: firmographic, technographic, intent, contacts. | |
| requiredFields | No | Specific fields that must be present in the response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revenue | Yes | Estimated annual revenue range (e.g., "$1B+"). | |
| contacts | No | Key contacts identified at the company. | |
| industry | Yes | Primary industry classification. | |
| insights | Yes | Actionable semantic insights derived from the data. | |
| enrichedAt | Yes | ISO 8601 timestamp when this enrichment was performed. | |
| companyName | Yes | Official legal name of the enriched company. | |
| technologies | Yes | Technology stack associated with the company. | |
| employeeCount | Yes | Estimated employee count range (e.g., "5000+"). | |
| intentSignals | Yes | Signals showing buying intent or strategic initiatives. | |
| confidenceScore | Yes | Confidence score from 0 to 1. |