@sellable/install 0.1.165 → 0.1.166
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
|
@@ -585,6 +585,8 @@ const CREATE_CAMPAIGN_ALLOWED_TOOLS = [
|
|
|
585
585
|
"mcp__sellable__lookup_sales_nav_filter",
|
|
586
586
|
"mcp__sellable__search_sales_nav",
|
|
587
587
|
"mcp__sellable__search_prospeo",
|
|
588
|
+
"mcp__sellable__search_prospeo_companies",
|
|
589
|
+
"mcp__sellable__confirm_prospeo_company_accounts",
|
|
588
590
|
"mcp__sellable__search_signals",
|
|
589
591
|
"mcp__sellable__fetch_post_engagers",
|
|
590
592
|
"mcp__sellable__enrich_with_prospeo",
|
package/package.json
CHANGED
|
@@ -25,6 +25,8 @@ allowed-tools:
|
|
|
25
25
|
- mcp__sellable__lookup_sales_nav_filter
|
|
26
26
|
- mcp__sellable__search_sales_nav
|
|
27
27
|
- mcp__sellable__search_prospeo
|
|
28
|
+
- mcp__sellable__search_prospeo_companies
|
|
29
|
+
- mcp__sellable__confirm_prospeo_company_accounts
|
|
28
30
|
- mcp__sellable__search_signals
|
|
29
31
|
- mcp__sellable__fetch_post_engagers
|
|
30
32
|
- mcp__sellable__enrich_with_prospeo
|
|
@@ -204,6 +206,18 @@ are likely. Sales Nav is useful for recent LinkedIn activity, role/title
|
|
|
204
206
|
precision, and referral paths, but it does not provide hiring-by-role filters;
|
|
205
207
|
say that distinction plainly in the source-plan gate.
|
|
206
208
|
|
|
209
|
+
For company lookalikes, best-customer lookalikes, "companies like X",
|
|
210
|
+
lookalike accounts, companies that use AI, companies with API/SSO/Chrome
|
|
211
|
+
extension, news/award/integration/key-customer filters, or account discovery
|
|
212
|
+
before person search, use the Prospeo account approval flow:
|
|
213
|
+
`search_prospeo_companies -> confirm_prospeo_company_accounts -> search_prospeo`.
|
|
214
|
+
First return an account sample and ask the user to approve the account set.
|
|
215
|
+
Only call `confirm_prospeo_company_accounts` with the `companySearchToken`
|
|
216
|
+
returned by `search_prospeo_companies` and selected Prospeo company IDs; never
|
|
217
|
+
reconstruct raw account rows or domains manually. Account rows are not people
|
|
218
|
+
leads yet. The confirmation creates the `domainFilterId` that constrains the
|
|
219
|
+
follow-on `search_prospeo` people search.
|
|
220
|
+
|
|
207
221
|
After scouting, ask for a second approval on Start Import. For
|
|
208
222
|
LinkedIn engagement (`signal-discovery` internally), name how many
|
|
209
223
|
recommended posts will be scraped and the target engager/source-candidate
|