Skill
Community

enrich-contact

Install
1
Install the plugin
$
npx claudepluginhub anthropics/claude-plugins-official --plugin zoominfo

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Look up a person's full professional profile. Provide a name and company, email address, phone number, or ZoomInfo person ID. Returns title, department, contact details, accuracy score, and company info.

Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Enrich Contact

Look up a single contact's full profile in ZoomInfo.

Input

The user will provide via $ARGUMENTS one of:

  • An email address (e.g., jane@acme.com)
  • A name and company (e.g., Jane Smith at Acme Corp)
  • A phone number
  • A LinkedIn URL
  • A ZoomInfo person ID

Workflow

  1. Lookup metadata first — before calling any other MCP tool, use lookup to load reference data for any fields relevant to the request. Use the returned id values (not display names) in all subsequent API calls. This ensures accurate parameter resolution, especially if a fallback search is needed.

  2. Identify the best match key from the user's input:

    • Email → use email parameter
    • Name + company → use firstName, lastName, companyName
    • Full name + company → use fullName, companyName
    • Phone → use phone
    • LinkedIn URL → use externalURL
    • Person ID → use personId
  3. Enrich the contact using enrich_contacts with the identified parameters.

  4. If no match, try a fallback:

    • If name + company failed, try search_contacts with jobTitle or companyName variations — use lookup id values for any filters
    • Suggest alternative spellings or company names

Output Format

[Full Name] — [Title] at [Company]

FieldValue
Department
Management Level
Email
Direct Phone
Mobile Phone
Accuracy Score
Location
Company
Company Industry
Company Size
LinkedIn
Last Updated
ZoomInfo Person ID

If any fields are unavailable, omit them rather than showing blanks. Note the accuracy score prominently — anything below 80 deserves a flag.

Stats
Stars0
Forks0
Last CommitFeb 25, 2026

Similar Skills