SmartProspect: find emails (consumes credits)
smartprospect_find_emailsFind email addresses for up to 10 contacts at specified company domains. Provide names and domain, then confirm credit spend to retrieve contact details.
Instructions
Look up email addresses for up to 10 named contacts at their company domains. CONSUMES SMARTPROSPECT CREDITS. Safety — read-only: no; may consume SmartProspect credits: yes; creates or modifies remote state: yes; can send email: no; destructive: no. Endpoint: POST https://prospect-api.smartlead.ai/api/v1/search-email-leads/search-contacts/find-emails. Maximum 10 contacts per call; each contact requires firstName, lastName and companyDomain. Requires SMARTLEAD_MCP_ALLOW_CREDIT_SPEND=true and confirm_credit_spend: true. Without both, the call is refused locally without contacting Smartlead. Never retried automatically — a retry could be charged twice. Check smartprospect_get_search_analytics first to see the credit balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | Yes | Contacts to look up (1-10). | |
| confirm_credit_spend | No | Must be true. Acknowledges that this call can consume SmartProspect credits. | |
| include_full_records | No | Return complete contact records including email addresses and names. Set to false to receive a de-identified summary (counts plus non-personal attributes) instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| error | No | ||
| warnings | Yes | ||
| operation | Yes | ||
| pagination | Yes | ||
| credit_spending | Yes | ||
| remote_mutation | Yes |