apollo_enrich_person
Enrich person data by email, LinkedIn URL, or name+domain/organization. Returns a compact summary or full raw payload.
Instructions
Enrich a person by email, linkedin_url, or name+domain/name+organization_name using Apollo match. Returns a compact summary by default (~25 fields trimmed to the most useful ones). Pass full=true to return the raw Apollo payload — those can exceed 100KB and may overflow MCP token limits, so only use full=true when you need the complete employment_history / current_technologies / org block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the raw Apollo response. Defaults to false (compact). | |
| name | No | ||
| No | |||
| domain | No | ||
| company | No | Deprecated alias for organization_name; kept for compatibility. | |
| linkedin_url | No | ||
| organization_name | No | ||
| reveal_phone_number | No | Reveal phone numbers (default: false) | |
| reveal_personal_emails | No | Reveal personal emails (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |