Turn a LinkedIn profile URL into that person's work or office phone number, the company line rather than their personal mobile.
Find Work Phone takes a LinkedIn profile URL and returns that person's work or office phone number, using the SyncGTM MCP find_work_phone tool. It gives you the company line you reach them on at their desk, not the personal mobile that find_mobile_number returns. Each lookup costs 12 credits whether or not a number comes back, so the skill qualifies, deduplicates and caps the list before it spends anything.
Takes one required input: linkedin_url, the full LinkedIn profile URL. No URL, no lookup.
Accepts three optional parameters that cost nothing extra — first_name, last_name and organization_name — which raise the hit rate on sparse profiles and disambiguate common names.
Returns three fields: work_phone in international format (the documented example is +14155550100), status, and the linkedin_url you passed. One call resolves one person.
Does not return a personal mobile, a work email or a company record. Use find_mobile_number, find_work_email or enrich_organization for those.
Has no batch parameter and no limit parameter. A list of 10 people is 10 separate calls.
Costs 12 credits per lookup, charged on empty results too, which makes it one of the two most expensive tools in the catalogue.
Download the skill file — it saves as find-work-phone.zip.
In Claude, open Settings → Capabilities → Skills and upload the .zip (or unzip the find-work-phone/ folder into .claude/skills/ for Claude Code).
Connect the SyncGTM MCP server with browser sign-in, no API key needed, then run check_credits to confirm your balance covers 12 credits per name on the list.
Run /find-work-phone and paste your rows with one LinkedIn URL each, plus first name, last name and company wherever you have them.
Tune the one setting that matters: the batch cap. The tool has no limit parameter, so you enforce it in the prompt — say "stop after 8 lookups and report credits used" so a long export cannot drain the balance.
Give SDRs an office number for every account on the day's dial list. Reps call the company line and ask for the contact by name when no direct number is published.
Pull the desk line for a champion who has gone quiet on email. A call to the office often lands where a fifth follow-up does not.
Some regions and internal policies restrict calling personal mobiles. Pull the business line so outbound stays on a company-owned number.
Add office numbers for two or three extra stakeholders on a stalled enterprise opportunity. AEs can then call around the blocker instead of waiting on one contact.
Outcome: A 9-row call sheet built for 88.5 credits — 4 rows carrying the switchboard number the site already published, 5 rows sent to the paid lookup — against the 144 credits `find_work_phone` on all 12 names blind would have cost.
Outcome: Four named stakeholders at the stalled account for 57.5 credits, each row carrying an office line, a work email address, or both.
Outcome: A first-90-days call list across 10 accounts for 122 credits, with the 12-credit lookup spent on only the 6 accounts the 0.5-credit scrape could not cover.
Paste any of these into Claude once the skill is installed and the SyncGTM MCP is connected.
Find the work phone for https://www.linkedin.com/in/janedoe. Pass first name Jane, last name Doe and organization name Acme Corp to improve the match, and tell me the credits it cost.Check my SyncGTM credits, then find work phones for the 8 LinkedIn URLs I paste below. Stop at 8 lookups, do not retry empty results, and report total credits used.Run scrape_phones_from_website on acme.com first. Only if no number comes back, run find_work_phone on https://www.linkedin.com/in/janedoe. Cap the run at 1 lookup.Run check_job_change on these 10 LinkedIn URLs first. Skip anyone who has changed jobs, then find work phones for the rest — maximum 6 lookups, and report credits spent.I need the office line, not the mobile, for https://www.linkedin.com/in/janedoe at Acme Corp. Use find_work_phone, show the status field, and stop after this one lookup.Say "work phone" or "office line" in the prompt. Without it your client may reach for find_mobile_number, which costs the same 12 credits and returns a different number.
Try scrape_phones_from_website first at 0.5 credits. It often returns the same switchboard number for a fraction of the cost, though it gives you a front desk rather than the person's own desk.
Run check_credits before every batch. At 12 credits a call, 20 people is 240 credits, and this is one of the two most expensive tools on the server.
Never retry an empty result. An empty means the number could not be found — not that the company has no line — and the retry bills another 12 credits against the same providers.
Pass first_name, last_name and organization_name on every call. They are free, they raise the hit rate on sparse profiles, and they stop a common name matching the wrong person.
Do not chain validate_whatsapp onto the output. It takes a mobile number, so an office line is the wrong input.