gtm-now 0.10.5 → 0.10.6
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/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10784,7 +10784,7 @@ var init_prospect = __esm({
|
|
|
10784
10784
|
prospectTools = [
|
|
10785
10785
|
{
|
|
10786
10786
|
name: "gtm_find_companies",
|
|
10787
|
-
description:
|
|
10787
|
+
description: 'Discover companies matching ICP criteria via DiscoLike, Apollo, StoreLeads, or Exa (semantic/neural search). Use provider: "exa" for meaning-based search that understands intent, not just keywords.',
|
|
10788
10788
|
inputSchema: {
|
|
10789
10789
|
type: "object",
|
|
10790
10790
|
properties: {
|
|
@@ -11526,7 +11526,15 @@ For DTC/e-commerce brands, use provider: "storeleads" \u2014 it has revenue esti
|
|
|
11526
11526
|
|
|
11527
11527
|
Tip: DiscoLike lookalike mode is extremely powerful. If you have 2-3 example companies, use the domains parameter to find hundreds of similar ones.
|
|
11528
11528
|
|
|
11529
|
-
Single domain lookup: passing just domain (no icp_text, domains, category, tech_stack, or country) does a direct company profile fetch with rich data (growth signals, engagement metrics, tech stack from vendors). This is for researching ONE specific company, not discovery
|
|
11529
|
+
Single domain lookup: passing just domain (no icp_text, domains, category, tech_stack, or country) does a direct company profile fetch with rich data (growth signals, engagement metrics, tech stack from vendors). This is for researching ONE specific company, not discovery.
|
|
11530
|
+
|
|
11531
|
+
Exa (provider: "exa") \u2014 semantic/neural search:
|
|
11532
|
+
- Meaning-based ICP matching: "B2B SaaS companies selling to healthcare, not healthtech vendors" actually works
|
|
11533
|
+
- Best for: nuanced ICP descriptions where keyword matching fails
|
|
11534
|
+
- Uses icp_text for semantic search, domains for lookalike discovery
|
|
11535
|
+
- Does NOT return employee count, industry, or tech stack \u2014 use for discovery, then enrich with DiscoLike or Apollo
|
|
11536
|
+
- Must be explicitly selected with provider: "exa" (not auto-selected)
|
|
11537
|
+
- Requires GTM_EXA_API_KEY env var`,
|
|
11530
11538
|
gtm_find_people: `Find contacts at companies by job title, company, or domain. Returns name, title, email (when available), phone, and LinkedIn URL.
|
|
11531
11539
|
|
|
11532
11540
|
Powered by DiscoLike Contacts, Apollo, or BetterContact depending on configuration.
|