Give it a LinkedIn profile URL and get back that person's personal mobile number — 12 credits per lookup, so cap every batch.
`find_mobile_number` is a SyncGTM MCP tool that resolves a LinkedIn profile URL to that person's personal mobile number. At 12 credits a lookup it is one of the two most expensive tools on the server, tied with `find_work_phone`, and an empty result costs the same as a hit. Run it on people you have already decided to call, never on a raw export.
Takes one required input, `linkedin_url` — the full LinkedIn profile URL of the person you want to reach.
Accepts `first_name`, `last_name` and `organization_name` as optional extras. They cost nothing, raise the hit rate on sparse profiles, and stop a common name matching the wrong person.
Returns three fields: `mobile`, a `status`, and the `linkedin_url` you sent back for row matching. The number comes back with its country code (`+14155552671` in the docs example), which is the format `validate_whatsapp` expects.
Returns the personal line only. For the office or company number use `find_work_phone` at 12 credits, and for a published switchboard number `scrape_phones_from_website` at 0.5 credits.
An empty result means the number could not be found, not that the person has no mobile. Empties bill the full 12 credits.
12 credits per lookup, one person per call. There is no batch and no limit parameter, so 10 people costs 120 credits and 50 costs 600.
Download the skill file — it saves as find-mobile-number.zip.
In Claude, open Settings → Capabilities → Skills and upload the .zip (or unzip the find-mobile-number/ folder into .claude/skills/ for Claude Code).
Connect the SyncGTM MCP server — browser sign-in, no API key — then run `check_credits` to see your balance. At 12 credits a lookup, a 25-row list is 300 credits.
Trigger `/find-mobile-number` and paste the LinkedIn profile URLs you want called. Include first name, last name and company in the same message wherever you have them: those three parameters are free and lift the hit rate.
Set the batch cap in the prompt — "stop after 10, do not retry empties, report credits used". The tool has no limit parameter of its own, so that one line is the setting most worth tuning.
Pull mobiles for the handful of accounts carrying your largest open opportunities. The AE dials on Monday instead of waiting three days for an email reply.
A champion who bought from you before has moved to a new company. Get their mobile and call in week one, while the new stack is still being chosen.
Someone booked a demo and did not turn up. One call to a mobile reschedules the meeting where four follow-up emails do not.
Get mobiles for the people you plan to meet onsite, then text them the morning of day one to lock in a coffee slot.
Outcome: A 10-row call sheet with mobile, WhatsApp flag, and the new title and new company that `check_job_change` returned — roughly 225 credits spent.
Outcome: A 9-row recovery sheet with mobile, status and the missed-demo date per person for about 132 credits, so the SDR can dial straight through it in one 30-minute block.
Outcome: An 8-name onsite outreach list with mobiles, ready to text on day one of the event — about 117 credits for the whole build.
Paste any of these into Claude once the skill is installed and the SyncGTM MCP is connected.
Find the mobile number for linkedin.com/in/janedoe. Her name is Jane Doe and she works at Acme Corp — pass first_name, last_name and organization_name with the lookup.Check my SyncGTM credits first, then find mobile numbers for the 5 LinkedIn URLs pasted below. Stop at 5, do not retry empties, and report credits used.Find the mobile for linkedin.com/in/janedoe, then run validate_whatsapp on the number that comes back and tell me whether to call or message.Here are 30 LinkedIn URLs. Only the 8 marked Tier 1 get find_mobile_number — cap the run at 8, skip the rest, and show me the total cost before you start.Run check_job_change on these 12 CRM profile URLs, then find mobile numbers only for the ones it flags as movers. Cap the mobile lookups at 6 and report credits used.Say "mobile" explicitly in the prompt. Ask for a "phone number" and your client may reach for `find_work_phone` and hand you a switchboard, for the same 12 credits.
Run `check_credits` (free) before every batch. A 50-row list is 600 credits, and an empty result bills exactly the same as a hit.
Cap the batch in the prompt: "stop after 10 and report credits used". At this price a cap is not optional, and the tool has no limit parameter of its own.
Always pass `first_name`, `last_name` and `organization_name` alongside `linkedin_url`. They add no cost and they are what stops a common name resolving to the wrong person.
Forbid retries. Add "do not retry empties" or a client will spend a second 12 credits querying the same providers for the same blank answer.
Qualify before you spend. If email will do, `find_work_email` is 1 credit; if a published main line is enough, `scrape_phones_from_website` is 0.5 credits.