@sellable/install 0.1.194 → 0.1.195
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/sellable-install.mjs
CHANGED
|
@@ -601,6 +601,8 @@ const CREATE_CAMPAIGN_ALLOWED_TOOLS = [
|
|
|
601
601
|
"mcp__sellable__search_prospeo",
|
|
602
602
|
"mcp__sellable__search_prospeo_companies",
|
|
603
603
|
"mcp__sellable__confirm_prospeo_company_accounts",
|
|
604
|
+
"mcp__sellable__search_harvest_jobs",
|
|
605
|
+
"mcp__sellable__confirm_harvest_job_companies",
|
|
604
606
|
"mcp__sellable__search_signals",
|
|
605
607
|
"mcp__sellable__fetch_post_engagers",
|
|
606
608
|
"mcp__sellable__enrich_with_prospeo",
|
package/package.json
CHANGED
|
@@ -29,6 +29,8 @@ allowed-tools:
|
|
|
29
29
|
- mcp__sellable__search_prospeo
|
|
30
30
|
- mcp__sellable__search_prospeo_companies
|
|
31
31
|
- mcp__sellable__confirm_prospeo_company_accounts
|
|
32
|
+
- mcp__sellable__search_harvest_jobs
|
|
33
|
+
- mcp__sellable__confirm_harvest_job_companies
|
|
32
34
|
- mcp__sellable__search_signals
|
|
33
35
|
- mcp__sellable__fetch_post_engagers
|
|
34
36
|
- mcp__sellable__enrich_with_prospeo
|
|
@@ -227,6 +229,14 @@ are likely. Sales Nav is useful for recent LinkedIn activity, role/title
|
|
|
227
229
|
precision, and referral paths, but it does not provide hiring-by-role filters;
|
|
228
230
|
say that distinction plainly in the source-plan gate.
|
|
229
231
|
|
|
232
|
+
When the brief asks for current LinkedIn job-post intent, such as companies
|
|
233
|
+
hiring Power BI developers this month, use Harvest jobs as the account source:
|
|
234
|
+
`search_harvest_jobs -> confirm_harvest_job_companies -> search_prospeo`.
|
|
235
|
+
First write and review the Harvest job artifact. Then confirm selected Harvest
|
|
236
|
+
job IDs into a `domainFilterId`; Prospeo remains the people-search provider.
|
|
237
|
+
Do not paste LinkedIn company URLs as domains. Do not fetch full job details for
|
|
238
|
+
every search row by default; selected batches only.
|
|
239
|
+
|
|
230
240
|
For company lookalikes, best-customer lookalikes, "companies like X",
|
|
231
241
|
lookalike accounts, companies that use AI, companies with API/SSO/Chrome
|
|
232
242
|
extension, news/award/integration/key-customer filters, or account discovery
|