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
| Field | Type | Description |
|---|---|---|
| linkedinUrl | string | LinkedIn profile URL (e.g. "https://www.linkedin.com/in/john-doe"). Preferred — fastest and most accurate. |
| firstName | string | Prospect's first name (used if no LinkedIn URL) |
| lastName | string | Prospect's last name (used if no LinkedIn URL) |
| company | string | Company name (improves accuracy when no LinkedIn URL) |
| domain | string | Company domain (improves accuracy) |
| confirmed | boolean | Set 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":"…"} })