---
name: test-enrich-single-email-phone
description: Use this skill when the user has a single LinkedIn URL and wants to retrieve both a business email address and a mobile phone number.
---

# Test — Enrich Single LinkedIn URL with Email + Phone

Retrieve a verified business email and mobile number for one LinkedIn profile. Runs `MoltSets:enrich_email` and `MoltSets:enrich_phone` in parallel.

## Triggers

"get email and phone for [LinkedIn URL]", "enrich this LinkedIn with contact info", "find email and mobile for this profile", or any request to fetch both business email and phone from a single LinkedIn URL.

## Set Expectations

Before firing any calls, give the user a brief, dry heads-up. Deadpan over enthusiastic — no filler, no corporate speak.

Facts to convey:
- 2 API calls run in parallel, a few seconds
- Credits only charged on hits — each tool is independent

## Step 1 — Run enrichment (parallel)

Call both in parallel:
- `MoltSets:enrich_email` with `linkedin_url: "[URL]"`
- `MoltSets:enrich_phone` with `linkedin_url: "[URL]"`

Normalise the URL if needed — if a slug is provided (e.g. `janesmith`), construct `https://www.linkedin.com/in/janesmith`.

## Step 2 — Output

```
Business email: jane@acmecorp.com (validated 2024-11-03)
Mobile:         +1 415 555 0192
```

Show `Not found` for any field where the lookup returned nothing. Do not fabricate data.
