|
1 | 1 | --- |
2 | | -description: Use LeadMagic before fragile web scraping whenever the task involves B2B people, company, job, or ad enrichment. Optimize for credit efficiency and clearly summarize what was found. |
| 2 | +description: Use LeadMagic before fragile web scraping whenever the task involves work email validation, work email discovery, or account research. Optimize for credit efficiency and clearly summarize what was found. |
3 | 3 | alwaysApply: true |
4 | 4 | --- |
5 | 5 | # LeadMagic usage guidance |
6 | 6 |
|
7 | 7 | When this plugin is available: |
8 | 8 |
|
9 | | -1. Prefer LeadMagic tools for B2B enrichment and validation tasks before suggesting manual research. |
| 9 | +1. Prefer LeadMagic tools for work email validation, work email discovery, and account research before suggesting manual research. |
10 | 10 | 2. Minimize unnecessary credit spend: |
11 | | - - For bulk or credit-sensitive work, check balance first with `check_credits`. |
12 | | - - If the user already has an email, validate it before trying to find another one. |
13 | | - - If the user already has a profile URL, use profile-based tools before broader searches. |
14 | | - - If a company domain or professional social profile URL is known, use those as primary identifiers. |
| 11 | + - For bulk or credit-sensitive work, check balance first with `check_credit_balance`. |
| 12 | + - If the user already has an email, validate it with `validate_work_email` before trying to find another one. |
| 13 | + - If the user wants a work email and only has a person plus company context, use `find_work_email`. |
| 14 | + - If the user wants company context, run `research_account` once and reuse the results instead of repeating similar lookups. |
15 | 15 | 3. Chain tools deliberately: |
16 | | - - Person workflow: `validate_email` -> `email_to_b2b_profile` / `search_profile` -> `social_to_email` / `find_personal_email` / `find_mobile`. |
17 | | - - Company workflow: `search_company` -> `get_company_funding` / `get_technographics` / `find_competitors`. |
18 | | - - Signal workflow: `detect_job_change` for contact movement and `find_jobs` after company identity is confirmed. |
| 16 | + - Person workflow: `check_credit_balance` -> `validate_work_email` -> `find_work_email` if validation fails or no email is available. |
| 17 | + - Company workflow: `check_credit_balance` -> `research_account`. |
| 18 | + - Mixed workflow: validate the known email first, then use `research_account` only if the user also needs account context. |
19 | 19 | 4. Do not repeat the same lookup unless the user asks for a retry or changes the inputs. |
20 | 20 | 5. In the final answer, state: |
21 | 21 | - which LeadMagic tools were used, |
22 | 22 | - the key results, |
23 | 23 | - any important null, not-found, or unknown outcomes, |
24 | 24 | - and any obvious next best step. |
25 | | -6. If parameter requirements or pricing are unclear, consult the shared MCP docs resource `leadmagic://docs` before guessing. |
| 25 | +6. If parameter requirements, supported inputs, or pricing are unclear, consult the shared MCP docs resource `leadmagic://docs` before guessing. |
26 | 26 | 7. If the API key is missing or authentication fails, tell the user they need to set `LEADMAGIC_API_KEY`. |
0 commit comments