All tools

Prospecting · find_phone

Find a mobile number

B2B mobile number (10 credits per number found, 0 otherwise).

Price
10 credits / result
€0.78 · $0.85 · debited by the tool, per result
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
linkedinUrlstringLinkedIn profile URL (e.g. "https://www.linkedin.com/in/john-doe"). Preferred — fastest and most accurate.
firstNamestringProspect's first name (used if no LinkedIn URL)
lastNamestringProspect's last name (used if no LinkedIn URL)
companystringCompany name (improves accuracy when no LinkedIn URL)
domainstringCompany domain (improves accuracy)
confirmedbooleanSet to true ONLY after user has explicitly confirmed spending 10 credits for this lookup. Default false = returns cost estimate for user approval.

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"find_phone","input":{"linkedinUrl":"…","firstName":"…","lastName":"…","company":"…"}}'
$run({ "tool": "find_phone", "input": {"linkedinUrl":"…","firstName":"…","lastName":"…","company":"…"} })