# Contact Lookup

> Find or validate a work email for a B2B contact using LeadMagic MCP. Use when the user has a person plus company or an existing email.

- Skill: `leadmagic/contact-lookup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add leadmagic/contact-lookup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/leadmagic/contact-lookup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: LeadMagic (https://skillmd.com/u/leadmagic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/leadmagic/contact-lookup

---


# Contact lookup

## Trigger
Use when the user needs a validated work email or wants LeadMagic to find the likely work email for a specific person.

## Workflow
1. Start from the strongest identifier:
   - Existing work email → `validate_work_email`
   - Full name + company/domain → `find_work_email` or composite `enrich_contact`
   - Needs full dossier → `enrich_contact`
   - Job-change signal → `detect_job_change`
2. Prefer the cheapest path that answers the question. Do not re-find an email that already validates — and never validate an email a LeadMagic finder just returned: finder emails are always pre-validated.
3. Prefer composites over chaining many primitives.
4. For lists/CSVs → bulk enrichment skill (do not loop per row).
5. Only report fields returned by tools — never invent contacts.

## Output
- Best contact field found
- Validation / status when available
- Inputs used
- Concise next action

