@sellable/mcp 0.1.257 → 0.1.259
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-dev.js +0 -0
- package/dist/index.js +0 -0
- package/dist/server.js +4 -1
- package/dist/tools/csv-dnc.d.ts +36 -0
- package/dist/tools/csv-dnc.js +94 -2
- package/dist/tools/engage-discovery.d.ts +0 -21
- package/dist/tools/engage-discovery.js +9 -136
- package/dist/tools/leads.d.ts +381 -21
- package/dist/tools/leads.js +219 -5
- package/dist/tools/registry.d.ts +207 -23
- package/package.json +1 -1
- package/skills/create-campaign/SKILL.md +6 -0
- package/skills/create-campaign-v2/references/filter-leads.md +2 -0
- package/skills/create-campaign-v2/references/lead-validation-preview.md +2 -0
- package/skills/create-campaign-v2/references/step-13-import-leads.md +3 -1
- package/skills/create-post/SKILL.md +21 -67
- package/skills/create-post/references/gold-standard-post-pack.md +0 -11
- package/skills/create-post/references/hook-research-playbook.md +15 -205
- package/skills/create-post/references/post-file-contract.md +0 -12
- package/skills/create-post/references/post-validation.md +14 -101
- package/skills/find-leads/SKILL.md +6 -0
- package/skills/create-post/references/linkedin-preview-rendering.md +0 -163
- package/skills/research/config.json +0 -9
package/dist/tools/registry.d.ts
CHANGED
|
@@ -1742,14 +1742,6 @@ export declare const allTools: ({
|
|
|
1742
1742
|
type: string;
|
|
1743
1743
|
description: string;
|
|
1744
1744
|
};
|
|
1745
|
-
targetFollowerMin: {
|
|
1746
|
-
type: string;
|
|
1747
|
-
description: string;
|
|
1748
|
-
};
|
|
1749
|
-
targetFollowerMax: {
|
|
1750
|
-
type: string;
|
|
1751
|
-
description: string;
|
|
1752
|
-
};
|
|
1753
1745
|
excludePostUrls: {
|
|
1754
1746
|
type: string;
|
|
1755
1747
|
items: {
|
|
@@ -1941,6 +1933,11 @@ export declare const allTools: ({
|
|
|
1941
1933
|
leadListId?: undefined;
|
|
1942
1934
|
leadListName?: undefined;
|
|
1943
1935
|
linkedInColumn?: undefined;
|
|
1936
|
+
limit?: undefined;
|
|
1937
|
+
search?: undefined;
|
|
1938
|
+
listName?: undefined;
|
|
1939
|
+
sourceType?: undefined;
|
|
1940
|
+
includeDeleted?: undefined;
|
|
1944
1941
|
csvText?: undefined;
|
|
1945
1942
|
rawText?: undefined;
|
|
1946
1943
|
name?: undefined;
|
|
@@ -1948,7 +1945,6 @@ export declare const allTools: ({
|
|
|
1948
1945
|
exclude?: undefined;
|
|
1949
1946
|
seedCompanies?: undefined;
|
|
1950
1947
|
seedDomains?: undefined;
|
|
1951
|
-
limit?: undefined;
|
|
1952
1948
|
sort?: undefined;
|
|
1953
1949
|
previewOnly?: undefined;
|
|
1954
1950
|
companySearchToken?: undefined;
|
|
@@ -1965,6 +1961,7 @@ export declare const allTools: ({
|
|
|
1965
1961
|
mode?: undefined;
|
|
1966
1962
|
targetEngagerCount?: undefined;
|
|
1967
1963
|
maxPostsToScrape?: undefined;
|
|
1964
|
+
allowInvalidSignalPosts?: undefined;
|
|
1968
1965
|
tableId?: undefined;
|
|
1969
1966
|
campaignName?: undefined;
|
|
1970
1967
|
keepInSync?: undefined;
|
|
@@ -2129,6 +2126,11 @@ export declare const allTools: ({
|
|
|
2129
2126
|
leadListId?: undefined;
|
|
2130
2127
|
leadListName?: undefined;
|
|
2131
2128
|
linkedInColumn?: undefined;
|
|
2129
|
+
limit?: undefined;
|
|
2130
|
+
search?: undefined;
|
|
2131
|
+
listName?: undefined;
|
|
2132
|
+
sourceType?: undefined;
|
|
2133
|
+
includeDeleted?: undefined;
|
|
2132
2134
|
csvText?: undefined;
|
|
2133
2135
|
rawText?: undefined;
|
|
2134
2136
|
name?: undefined;
|
|
@@ -2136,7 +2138,6 @@ export declare const allTools: ({
|
|
|
2136
2138
|
exclude?: undefined;
|
|
2137
2139
|
seedCompanies?: undefined;
|
|
2138
2140
|
seedDomains?: undefined;
|
|
2139
|
-
limit?: undefined;
|
|
2140
2141
|
sort?: undefined;
|
|
2141
2142
|
previewOnly?: undefined;
|
|
2142
2143
|
companySearchToken?: undefined;
|
|
@@ -2153,6 +2154,7 @@ export declare const allTools: ({
|
|
|
2153
2154
|
mode?: undefined;
|
|
2154
2155
|
targetEngagerCount?: undefined;
|
|
2155
2156
|
maxPostsToScrape?: undefined;
|
|
2157
|
+
allowInvalidSignalPosts?: undefined;
|
|
2156
2158
|
tableId?: undefined;
|
|
2157
2159
|
campaignName?: undefined;
|
|
2158
2160
|
keepInSync?: undefined;
|
|
@@ -2216,6 +2218,11 @@ export declare const allTools: ({
|
|
|
2216
2218
|
leadListId?: undefined;
|
|
2217
2219
|
leadListName?: undefined;
|
|
2218
2220
|
linkedInColumn?: undefined;
|
|
2221
|
+
limit?: undefined;
|
|
2222
|
+
search?: undefined;
|
|
2223
|
+
listName?: undefined;
|
|
2224
|
+
sourceType?: undefined;
|
|
2225
|
+
includeDeleted?: undefined;
|
|
2219
2226
|
csvText?: undefined;
|
|
2220
2227
|
rawText?: undefined;
|
|
2221
2228
|
name?: undefined;
|
|
@@ -2223,7 +2230,6 @@ export declare const allTools: ({
|
|
|
2223
2230
|
exclude?: undefined;
|
|
2224
2231
|
seedCompanies?: undefined;
|
|
2225
2232
|
seedDomains?: undefined;
|
|
2226
|
-
limit?: undefined;
|
|
2227
2233
|
sort?: undefined;
|
|
2228
2234
|
previewOnly?: undefined;
|
|
2229
2235
|
companySearchToken?: undefined;
|
|
@@ -2240,6 +2246,7 @@ export declare const allTools: ({
|
|
|
2240
2246
|
mode?: undefined;
|
|
2241
2247
|
targetEngagerCount?: undefined;
|
|
2242
2248
|
maxPostsToScrape?: undefined;
|
|
2249
|
+
allowInvalidSignalPosts?: undefined;
|
|
2243
2250
|
tableId?: undefined;
|
|
2244
2251
|
campaignName?: undefined;
|
|
2245
2252
|
keepInSync?: undefined;
|
|
@@ -2375,6 +2382,11 @@ export declare const allTools: ({
|
|
|
2375
2382
|
leadListId?: undefined;
|
|
2376
2383
|
leadListName?: undefined;
|
|
2377
2384
|
linkedInColumn?: undefined;
|
|
2385
|
+
limit?: undefined;
|
|
2386
|
+
search?: undefined;
|
|
2387
|
+
listName?: undefined;
|
|
2388
|
+
sourceType?: undefined;
|
|
2389
|
+
includeDeleted?: undefined;
|
|
2378
2390
|
csvText?: undefined;
|
|
2379
2391
|
rawText?: undefined;
|
|
2380
2392
|
name?: undefined;
|
|
@@ -2382,7 +2394,6 @@ export declare const allTools: ({
|
|
|
2382
2394
|
exclude?: undefined;
|
|
2383
2395
|
seedCompanies?: undefined;
|
|
2384
2396
|
seedDomains?: undefined;
|
|
2385
|
-
limit?: undefined;
|
|
2386
2397
|
sort?: undefined;
|
|
2387
2398
|
previewOnly?: undefined;
|
|
2388
2399
|
companySearchToken?: undefined;
|
|
@@ -2399,6 +2410,7 @@ export declare const allTools: ({
|
|
|
2399
2410
|
mode?: undefined;
|
|
2400
2411
|
targetEngagerCount?: undefined;
|
|
2401
2412
|
maxPostsToScrape?: undefined;
|
|
2413
|
+
allowInvalidSignalPosts?: undefined;
|
|
2402
2414
|
tableId?: undefined;
|
|
2403
2415
|
campaignName?: undefined;
|
|
2404
2416
|
keepInSync?: undefined;
|
|
@@ -2476,6 +2488,11 @@ export declare const allTools: ({
|
|
|
2476
2488
|
leadListId?: undefined;
|
|
2477
2489
|
leadListName?: undefined;
|
|
2478
2490
|
linkedInColumn?: undefined;
|
|
2491
|
+
limit?: undefined;
|
|
2492
|
+
search?: undefined;
|
|
2493
|
+
listName?: undefined;
|
|
2494
|
+
sourceType?: undefined;
|
|
2495
|
+
includeDeleted?: undefined;
|
|
2479
2496
|
csvText?: undefined;
|
|
2480
2497
|
rawText?: undefined;
|
|
2481
2498
|
name?: undefined;
|
|
@@ -2483,7 +2500,6 @@ export declare const allTools: ({
|
|
|
2483
2500
|
exclude?: undefined;
|
|
2484
2501
|
seedCompanies?: undefined;
|
|
2485
2502
|
seedDomains?: undefined;
|
|
2486
|
-
limit?: undefined;
|
|
2487
2503
|
sort?: undefined;
|
|
2488
2504
|
previewOnly?: undefined;
|
|
2489
2505
|
companySearchToken?: undefined;
|
|
@@ -2500,6 +2516,7 @@ export declare const allTools: ({
|
|
|
2500
2516
|
mode?: undefined;
|
|
2501
2517
|
targetEngagerCount?: undefined;
|
|
2502
2518
|
maxPostsToScrape?: undefined;
|
|
2519
|
+
allowInvalidSignalPosts?: undefined;
|
|
2503
2520
|
tableId?: undefined;
|
|
2504
2521
|
campaignName?: undefined;
|
|
2505
2522
|
keepInSync?: undefined;
|
|
@@ -2586,6 +2603,11 @@ export declare const allTools: ({
|
|
|
2586
2603
|
query?: undefined;
|
|
2587
2604
|
keywords?: undefined;
|
|
2588
2605
|
domainColumn?: undefined;
|
|
2606
|
+
limit?: undefined;
|
|
2607
|
+
search?: undefined;
|
|
2608
|
+
listName?: undefined;
|
|
2609
|
+
sourceType?: undefined;
|
|
2610
|
+
includeDeleted?: undefined;
|
|
2589
2611
|
csvText?: undefined;
|
|
2590
2612
|
rawText?: undefined;
|
|
2591
2613
|
name?: undefined;
|
|
@@ -2593,7 +2615,6 @@ export declare const allTools: ({
|
|
|
2593
2615
|
exclude?: undefined;
|
|
2594
2616
|
seedCompanies?: undefined;
|
|
2595
2617
|
seedDomains?: undefined;
|
|
2596
|
-
limit?: undefined;
|
|
2597
2618
|
sort?: undefined;
|
|
2598
2619
|
previewOnly?: undefined;
|
|
2599
2620
|
companySearchToken?: undefined;
|
|
@@ -2610,6 +2631,7 @@ export declare const allTools: ({
|
|
|
2610
2631
|
mode?: undefined;
|
|
2611
2632
|
targetEngagerCount?: undefined;
|
|
2612
2633
|
maxPostsToScrape?: undefined;
|
|
2634
|
+
allowInvalidSignalPosts?: undefined;
|
|
2613
2635
|
tableId?: undefined;
|
|
2614
2636
|
campaignName?: undefined;
|
|
2615
2637
|
keepInSync?: undefined;
|
|
@@ -2623,6 +2645,110 @@ export declare const allTools: ({
|
|
|
2623
2645
|
};
|
|
2624
2646
|
required: string[];
|
|
2625
2647
|
};
|
|
2648
|
+
} | {
|
|
2649
|
+
name: string;
|
|
2650
|
+
description: string;
|
|
2651
|
+
inputSchema: {
|
|
2652
|
+
type: string;
|
|
2653
|
+
properties: {
|
|
2654
|
+
page: {
|
|
2655
|
+
type: string;
|
|
2656
|
+
description: string;
|
|
2657
|
+
};
|
|
2658
|
+
limit: {
|
|
2659
|
+
type: string;
|
|
2660
|
+
description: string;
|
|
2661
|
+
};
|
|
2662
|
+
search: {
|
|
2663
|
+
type: string;
|
|
2664
|
+
description: string;
|
|
2665
|
+
};
|
|
2666
|
+
listName: {
|
|
2667
|
+
type: string;
|
|
2668
|
+
description: string;
|
|
2669
|
+
};
|
|
2670
|
+
sourceType: {
|
|
2671
|
+
type: string;
|
|
2672
|
+
enum: string[];
|
|
2673
|
+
description: string;
|
|
2674
|
+
};
|
|
2675
|
+
includeDeleted: {
|
|
2676
|
+
type: string;
|
|
2677
|
+
description: string;
|
|
2678
|
+
};
|
|
2679
|
+
provider?: undefined;
|
|
2680
|
+
campaignOfferId?: undefined;
|
|
2681
|
+
confirmed?: undefined;
|
|
2682
|
+
searchMode?: undefined;
|
|
2683
|
+
organization_num_employees_ranges?: undefined;
|
|
2684
|
+
organization_locations?: undefined;
|
|
2685
|
+
organization_not_locations?: undefined;
|
|
2686
|
+
q_organization_keyword_tags?: undefined;
|
|
2687
|
+
organization_industry_tag_ids?: undefined;
|
|
2688
|
+
latest_funding_amount_min?: undefined;
|
|
2689
|
+
latest_funding_amount_max?: undefined;
|
|
2690
|
+
organization_revenue_min?: undefined;
|
|
2691
|
+
organization_revenue_max?: undefined;
|
|
2692
|
+
person_titles?: undefined;
|
|
2693
|
+
person_seniorities?: undefined;
|
|
2694
|
+
person_locations?: undefined;
|
|
2695
|
+
include_similar_titles?: undefined;
|
|
2696
|
+
q_keywords?: undefined;
|
|
2697
|
+
filters?: undefined;
|
|
2698
|
+
companyFilters?: undefined;
|
|
2699
|
+
contactFilters?: undefined;
|
|
2700
|
+
searchId?: undefined;
|
|
2701
|
+
searchName?: undefined;
|
|
2702
|
+
companySearchMode?: undefined;
|
|
2703
|
+
uploadedDomains?: undefined;
|
|
2704
|
+
currentStep?: undefined;
|
|
2705
|
+
filterType?: undefined;
|
|
2706
|
+
query?: undefined;
|
|
2707
|
+
keywords?: undefined;
|
|
2708
|
+
filePath?: undefined;
|
|
2709
|
+
domainColumn?: undefined;
|
|
2710
|
+
selectedColumns?: undefined;
|
|
2711
|
+
confirmationToken?: undefined;
|
|
2712
|
+
leadListId?: undefined;
|
|
2713
|
+
leadListName?: undefined;
|
|
2714
|
+
linkedInColumn?: undefined;
|
|
2715
|
+
csvText?: undefined;
|
|
2716
|
+
rawText?: undefined;
|
|
2717
|
+
name?: undefined;
|
|
2718
|
+
include?: undefined;
|
|
2719
|
+
exclude?: undefined;
|
|
2720
|
+
seedCompanies?: undefined;
|
|
2721
|
+
seedDomains?: undefined;
|
|
2722
|
+
sort?: undefined;
|
|
2723
|
+
previewOnly?: undefined;
|
|
2724
|
+
companySearchToken?: undefined;
|
|
2725
|
+
selectedCompanyIds?: undefined;
|
|
2726
|
+
domainFilterId?: undefined;
|
|
2727
|
+
type?: undefined;
|
|
2728
|
+
profileUrl?: undefined;
|
|
2729
|
+
postUrl?: undefined;
|
|
2730
|
+
companyUrl?: undefined;
|
|
2731
|
+
headlineICPCriteria?: undefined;
|
|
2732
|
+
rubricGuidelines?: undefined;
|
|
2733
|
+
sourceLeadListId?: undefined;
|
|
2734
|
+
targetLeadCount?: undefined;
|
|
2735
|
+
mode?: undefined;
|
|
2736
|
+
targetEngagerCount?: undefined;
|
|
2737
|
+
maxPostsToScrape?: undefined;
|
|
2738
|
+
allowInvalidSignalPosts?: undefined;
|
|
2739
|
+
tableId?: undefined;
|
|
2740
|
+
campaignName?: undefined;
|
|
2741
|
+
keepInSync?: undefined;
|
|
2742
|
+
jobId?: undefined;
|
|
2743
|
+
reviewBatchLimit?: undefined;
|
|
2744
|
+
allowPartialSourceList?: undefined;
|
|
2745
|
+
includeRawImportResult?: undefined;
|
|
2746
|
+
selections?: undefined;
|
|
2747
|
+
selectionMode?: undefined;
|
|
2748
|
+
scrapePlanMode?: undefined;
|
|
2749
|
+
};
|
|
2750
|
+
required: never[];
|
|
2751
|
+
};
|
|
2626
2752
|
} | {
|
|
2627
2753
|
name: string;
|
|
2628
2754
|
description: string;
|
|
@@ -2693,11 +2819,15 @@ export declare const allTools: ({
|
|
|
2693
2819
|
selectedColumns?: undefined;
|
|
2694
2820
|
leadListId?: undefined;
|
|
2695
2821
|
leadListName?: undefined;
|
|
2822
|
+
limit?: undefined;
|
|
2823
|
+
search?: undefined;
|
|
2824
|
+
listName?: undefined;
|
|
2825
|
+
sourceType?: undefined;
|
|
2826
|
+
includeDeleted?: undefined;
|
|
2696
2827
|
include?: undefined;
|
|
2697
2828
|
exclude?: undefined;
|
|
2698
2829
|
seedCompanies?: undefined;
|
|
2699
2830
|
seedDomains?: undefined;
|
|
2700
|
-
limit?: undefined;
|
|
2701
2831
|
sort?: undefined;
|
|
2702
2832
|
previewOnly?: undefined;
|
|
2703
2833
|
companySearchToken?: undefined;
|
|
@@ -2714,6 +2844,7 @@ export declare const allTools: ({
|
|
|
2714
2844
|
mode?: undefined;
|
|
2715
2845
|
targetEngagerCount?: undefined;
|
|
2716
2846
|
maxPostsToScrape?: undefined;
|
|
2847
|
+
allowInvalidSignalPosts?: undefined;
|
|
2717
2848
|
tableId?: undefined;
|
|
2718
2849
|
campaignName?: undefined;
|
|
2719
2850
|
keepInSync?: undefined;
|
|
@@ -2784,12 +2915,16 @@ export declare const allTools: ({
|
|
|
2784
2915
|
leadListId?: undefined;
|
|
2785
2916
|
leadListName?: undefined;
|
|
2786
2917
|
linkedInColumn?: undefined;
|
|
2918
|
+
limit?: undefined;
|
|
2919
|
+
search?: undefined;
|
|
2920
|
+
listName?: undefined;
|
|
2921
|
+
sourceType?: undefined;
|
|
2922
|
+
includeDeleted?: undefined;
|
|
2787
2923
|
csvText?: undefined;
|
|
2788
2924
|
rawText?: undefined;
|
|
2789
2925
|
name?: undefined;
|
|
2790
2926
|
seedCompanies?: undefined;
|
|
2791
2927
|
seedDomains?: undefined;
|
|
2792
|
-
limit?: undefined;
|
|
2793
2928
|
sort?: undefined;
|
|
2794
2929
|
previewOnly?: undefined;
|
|
2795
2930
|
companySearchToken?: undefined;
|
|
@@ -2806,6 +2941,7 @@ export declare const allTools: ({
|
|
|
2806
2941
|
mode?: undefined;
|
|
2807
2942
|
targetEngagerCount?: undefined;
|
|
2808
2943
|
maxPostsToScrape?: undefined;
|
|
2944
|
+
allowInvalidSignalPosts?: undefined;
|
|
2809
2945
|
tableId?: undefined;
|
|
2810
2946
|
campaignName?: undefined;
|
|
2811
2947
|
keepInSync?: undefined;
|
|
@@ -3671,6 +3807,10 @@ export declare const allTools: ({
|
|
|
3671
3807
|
leadListId?: undefined;
|
|
3672
3808
|
leadListName?: undefined;
|
|
3673
3809
|
linkedInColumn?: undefined;
|
|
3810
|
+
search?: undefined;
|
|
3811
|
+
listName?: undefined;
|
|
3812
|
+
sourceType?: undefined;
|
|
3813
|
+
includeDeleted?: undefined;
|
|
3674
3814
|
csvText?: undefined;
|
|
3675
3815
|
rawText?: undefined;
|
|
3676
3816
|
name?: undefined;
|
|
@@ -3690,6 +3830,7 @@ export declare const allTools: ({
|
|
|
3690
3830
|
mode?: undefined;
|
|
3691
3831
|
targetEngagerCount?: undefined;
|
|
3692
3832
|
maxPostsToScrape?: undefined;
|
|
3833
|
+
allowInvalidSignalPosts?: undefined;
|
|
3693
3834
|
tableId?: undefined;
|
|
3694
3835
|
campaignName?: undefined;
|
|
3695
3836
|
keepInSync?: undefined;
|
|
@@ -3770,13 +3911,17 @@ export declare const allTools: ({
|
|
|
3770
3911
|
leadListId?: undefined;
|
|
3771
3912
|
leadListName?: undefined;
|
|
3772
3913
|
linkedInColumn?: undefined;
|
|
3914
|
+
limit?: undefined;
|
|
3915
|
+
search?: undefined;
|
|
3916
|
+
listName?: undefined;
|
|
3917
|
+
sourceType?: undefined;
|
|
3918
|
+
includeDeleted?: undefined;
|
|
3773
3919
|
csvText?: undefined;
|
|
3774
3920
|
rawText?: undefined;
|
|
3775
3921
|
include?: undefined;
|
|
3776
3922
|
exclude?: undefined;
|
|
3777
3923
|
seedCompanies?: undefined;
|
|
3778
3924
|
seedDomains?: undefined;
|
|
3779
|
-
limit?: undefined;
|
|
3780
3925
|
sort?: undefined;
|
|
3781
3926
|
previewOnly?: undefined;
|
|
3782
3927
|
domainFilterId?: undefined;
|
|
@@ -3791,6 +3936,7 @@ export declare const allTools: ({
|
|
|
3791
3936
|
mode?: undefined;
|
|
3792
3937
|
targetEngagerCount?: undefined;
|
|
3793
3938
|
maxPostsToScrape?: undefined;
|
|
3939
|
+
allowInvalidSignalPosts?: undefined;
|
|
3794
3940
|
tableId?: undefined;
|
|
3795
3941
|
campaignName?: undefined;
|
|
3796
3942
|
keepInSync?: undefined;
|
|
@@ -4807,6 +4953,11 @@ export declare const allTools: ({
|
|
|
4807
4953
|
leadListId?: undefined;
|
|
4808
4954
|
leadListName?: undefined;
|
|
4809
4955
|
linkedInColumn?: undefined;
|
|
4956
|
+
limit?: undefined;
|
|
4957
|
+
search?: undefined;
|
|
4958
|
+
listName?: undefined;
|
|
4959
|
+
sourceType?: undefined;
|
|
4960
|
+
includeDeleted?: undefined;
|
|
4810
4961
|
csvText?: undefined;
|
|
4811
4962
|
rawText?: undefined;
|
|
4812
4963
|
name?: undefined;
|
|
@@ -4814,7 +4965,6 @@ export declare const allTools: ({
|
|
|
4814
4965
|
exclude?: undefined;
|
|
4815
4966
|
seedCompanies?: undefined;
|
|
4816
4967
|
seedDomains?: undefined;
|
|
4817
|
-
limit?: undefined;
|
|
4818
4968
|
sort?: undefined;
|
|
4819
4969
|
previewOnly?: undefined;
|
|
4820
4970
|
companySearchToken?: undefined;
|
|
@@ -4830,6 +4980,7 @@ export declare const allTools: ({
|
|
|
4830
4980
|
mode?: undefined;
|
|
4831
4981
|
targetEngagerCount?: undefined;
|
|
4832
4982
|
maxPostsToScrape?: undefined;
|
|
4983
|
+
allowInvalidSignalPosts?: undefined;
|
|
4833
4984
|
tableId?: undefined;
|
|
4834
4985
|
campaignName?: undefined;
|
|
4835
4986
|
keepInSync?: undefined;
|
|
@@ -4957,6 +5108,10 @@ export declare const allTools: ({
|
|
|
4957
5108
|
leadListId?: undefined;
|
|
4958
5109
|
leadListName?: undefined;
|
|
4959
5110
|
linkedInColumn?: undefined;
|
|
5111
|
+
search?: undefined;
|
|
5112
|
+
listName?: undefined;
|
|
5113
|
+
sourceType?: undefined;
|
|
5114
|
+
includeDeleted?: undefined;
|
|
4960
5115
|
csvText?: undefined;
|
|
4961
5116
|
rawText?: undefined;
|
|
4962
5117
|
name?: undefined;
|
|
@@ -4974,6 +5129,7 @@ export declare const allTools: ({
|
|
|
4974
5129
|
mode?: undefined;
|
|
4975
5130
|
targetEngagerCount?: undefined;
|
|
4976
5131
|
maxPostsToScrape?: undefined;
|
|
5132
|
+
allowInvalidSignalPosts?: undefined;
|
|
4977
5133
|
tableId?: undefined;
|
|
4978
5134
|
campaignName?: undefined;
|
|
4979
5135
|
keepInSync?: undefined;
|
|
@@ -5048,6 +5204,10 @@ export declare const allTools: ({
|
|
|
5048
5204
|
type: string;
|
|
5049
5205
|
description: string;
|
|
5050
5206
|
};
|
|
5207
|
+
allowInvalidSignalPosts: {
|
|
5208
|
+
type: string;
|
|
5209
|
+
description: string;
|
|
5210
|
+
};
|
|
5051
5211
|
rubricGuidelines: {
|
|
5052
5212
|
type: string;
|
|
5053
5213
|
items: {
|
|
@@ -5089,6 +5249,11 @@ export declare const allTools: ({
|
|
|
5089
5249
|
confirmationToken?: undefined;
|
|
5090
5250
|
leadListId?: undefined;
|
|
5091
5251
|
linkedInColumn?: undefined;
|
|
5252
|
+
limit?: undefined;
|
|
5253
|
+
search?: undefined;
|
|
5254
|
+
listName?: undefined;
|
|
5255
|
+
sourceType?: undefined;
|
|
5256
|
+
includeDeleted?: undefined;
|
|
5092
5257
|
csvText?: undefined;
|
|
5093
5258
|
rawText?: undefined;
|
|
5094
5259
|
name?: undefined;
|
|
@@ -5096,7 +5261,6 @@ export declare const allTools: ({
|
|
|
5096
5261
|
exclude?: undefined;
|
|
5097
5262
|
seedCompanies?: undefined;
|
|
5098
5263
|
seedDomains?: undefined;
|
|
5099
|
-
limit?: undefined;
|
|
5100
5264
|
sort?: undefined;
|
|
5101
5265
|
previewOnly?: undefined;
|
|
5102
5266
|
companySearchToken?: undefined;
|
|
@@ -5173,6 +5337,11 @@ export declare const allTools: ({
|
|
|
5173
5337
|
leadListId?: undefined;
|
|
5174
5338
|
leadListName?: undefined;
|
|
5175
5339
|
linkedInColumn?: undefined;
|
|
5340
|
+
limit?: undefined;
|
|
5341
|
+
search?: undefined;
|
|
5342
|
+
listName?: undefined;
|
|
5343
|
+
sourceType?: undefined;
|
|
5344
|
+
includeDeleted?: undefined;
|
|
5176
5345
|
csvText?: undefined;
|
|
5177
5346
|
rawText?: undefined;
|
|
5178
5347
|
name?: undefined;
|
|
@@ -5180,7 +5349,6 @@ export declare const allTools: ({
|
|
|
5180
5349
|
exclude?: undefined;
|
|
5181
5350
|
seedCompanies?: undefined;
|
|
5182
5351
|
seedDomains?: undefined;
|
|
5183
|
-
limit?: undefined;
|
|
5184
5352
|
sort?: undefined;
|
|
5185
5353
|
previewOnly?: undefined;
|
|
5186
5354
|
companySearchToken?: undefined;
|
|
@@ -5197,6 +5365,7 @@ export declare const allTools: ({
|
|
|
5197
5365
|
mode?: undefined;
|
|
5198
5366
|
targetEngagerCount?: undefined;
|
|
5199
5367
|
maxPostsToScrape?: undefined;
|
|
5368
|
+
allowInvalidSignalPosts?: undefined;
|
|
5200
5369
|
campaignName?: undefined;
|
|
5201
5370
|
keepInSync?: undefined;
|
|
5202
5371
|
jobId?: undefined;
|
|
@@ -5293,6 +5462,11 @@ export declare const allTools: ({
|
|
|
5293
5462
|
leadListId?: undefined;
|
|
5294
5463
|
leadListName?: undefined;
|
|
5295
5464
|
linkedInColumn?: undefined;
|
|
5465
|
+
limit?: undefined;
|
|
5466
|
+
search?: undefined;
|
|
5467
|
+
listName?: undefined;
|
|
5468
|
+
sourceType?: undefined;
|
|
5469
|
+
includeDeleted?: undefined;
|
|
5296
5470
|
csvText?: undefined;
|
|
5297
5471
|
rawText?: undefined;
|
|
5298
5472
|
name?: undefined;
|
|
@@ -5300,7 +5474,6 @@ export declare const allTools: ({
|
|
|
5300
5474
|
exclude?: undefined;
|
|
5301
5475
|
seedCompanies?: undefined;
|
|
5302
5476
|
seedDomains?: undefined;
|
|
5303
|
-
limit?: undefined;
|
|
5304
5477
|
sort?: undefined;
|
|
5305
5478
|
previewOnly?: undefined;
|
|
5306
5479
|
companySearchToken?: undefined;
|
|
@@ -5315,6 +5488,7 @@ export declare const allTools: ({
|
|
|
5315
5488
|
mode?: undefined;
|
|
5316
5489
|
targetEngagerCount?: undefined;
|
|
5317
5490
|
maxPostsToScrape?: undefined;
|
|
5491
|
+
allowInvalidSignalPosts?: undefined;
|
|
5318
5492
|
tableId?: undefined;
|
|
5319
5493
|
selections?: undefined;
|
|
5320
5494
|
selectionMode?: undefined;
|
|
@@ -5418,6 +5592,11 @@ export declare const allTools: ({
|
|
|
5418
5592
|
leadListId?: undefined;
|
|
5419
5593
|
leadListName?: undefined;
|
|
5420
5594
|
linkedInColumn?: undefined;
|
|
5595
|
+
limit?: undefined;
|
|
5596
|
+
search?: undefined;
|
|
5597
|
+
listName?: undefined;
|
|
5598
|
+
sourceType?: undefined;
|
|
5599
|
+
includeDeleted?: undefined;
|
|
5421
5600
|
csvText?: undefined;
|
|
5422
5601
|
rawText?: undefined;
|
|
5423
5602
|
name?: undefined;
|
|
@@ -5425,7 +5604,6 @@ export declare const allTools: ({
|
|
|
5425
5604
|
exclude?: undefined;
|
|
5426
5605
|
seedCompanies?: undefined;
|
|
5427
5606
|
seedDomains?: undefined;
|
|
5428
|
-
limit?: undefined;
|
|
5429
5607
|
sort?: undefined;
|
|
5430
5608
|
previewOnly?: undefined;
|
|
5431
5609
|
companySearchToken?: undefined;
|
|
@@ -5439,6 +5617,7 @@ export declare const allTools: ({
|
|
|
5439
5617
|
sourceLeadListId?: undefined;
|
|
5440
5618
|
targetLeadCount?: undefined;
|
|
5441
5619
|
mode?: undefined;
|
|
5620
|
+
allowInvalidSignalPosts?: undefined;
|
|
5442
5621
|
tableId?: undefined;
|
|
5443
5622
|
campaignName?: undefined;
|
|
5444
5623
|
keepInSync?: undefined;
|
|
@@ -5507,6 +5686,11 @@ export declare const allTools: ({
|
|
|
5507
5686
|
leadListId?: undefined;
|
|
5508
5687
|
leadListName?: undefined;
|
|
5509
5688
|
linkedInColumn?: undefined;
|
|
5689
|
+
limit?: undefined;
|
|
5690
|
+
search?: undefined;
|
|
5691
|
+
listName?: undefined;
|
|
5692
|
+
sourceType?: undefined;
|
|
5693
|
+
includeDeleted?: undefined;
|
|
5510
5694
|
csvText?: undefined;
|
|
5511
5695
|
rawText?: undefined;
|
|
5512
5696
|
name?: undefined;
|
|
@@ -5514,7 +5698,6 @@ export declare const allTools: ({
|
|
|
5514
5698
|
exclude?: undefined;
|
|
5515
5699
|
seedCompanies?: undefined;
|
|
5516
5700
|
seedDomains?: undefined;
|
|
5517
|
-
limit?: undefined;
|
|
5518
5701
|
sort?: undefined;
|
|
5519
5702
|
previewOnly?: undefined;
|
|
5520
5703
|
companySearchToken?: undefined;
|
|
@@ -5530,6 +5713,7 @@ export declare const allTools: ({
|
|
|
5530
5713
|
mode?: undefined;
|
|
5531
5714
|
targetEngagerCount?: undefined;
|
|
5532
5715
|
maxPostsToScrape?: undefined;
|
|
5716
|
+
allowInvalidSignalPosts?: undefined;
|
|
5533
5717
|
tableId?: undefined;
|
|
5534
5718
|
campaignName?: undefined;
|
|
5535
5719
|
keepInSync?: undefined;
|
package/package.json
CHANGED
|
@@ -58,6 +58,7 @@ allowed-tools:
|
|
|
58
58
|
- mcp__sellable__get_rows
|
|
59
59
|
- mcp__sellable__get_rows_minimal
|
|
60
60
|
- mcp__sellable__get_table_rows
|
|
61
|
+
- mcp__sellable__list_dnc_entries
|
|
61
62
|
- mcp__sellable__load_csv_dnc_entries
|
|
62
63
|
- mcp__sellable__load_csv_linkedin_leads
|
|
63
64
|
- mcp__sellable__load_csv_domains
|
|
@@ -101,6 +102,11 @@ are for known-account targeting only, not DNC. Campaign creation already
|
|
|
101
102
|
includes a `DNC Check` column that checks domain and LinkedIn profile before
|
|
102
103
|
message generation.
|
|
103
104
|
|
|
105
|
+
If the user asks to show/check the current DNC list, count, list names, or first
|
|
106
|
+
page before importing, call `list_dnc_entries`. Confirm the active workspace
|
|
107
|
+
name and ID in the response before any write. This is Sellable's workspace DNC
|
|
108
|
+
list used by DNC Check.
|
|
109
|
+
|
|
104
110
|
## Opening Turn Contract
|
|
105
111
|
|
|
106
112
|
On the first visible response after this skill is invoked, do not narrate
|
|
@@ -219,6 +219,8 @@ belong in the recommendation as DNC/suppression instructions outside the rubric
|
|
|
219
219
|
DNC imports/suppression lists are handled through `load_csv_dnc_entries` outside
|
|
220
220
|
`leadScoringRubrics`. The import previews the exact Sellable workspace name and
|
|
221
221
|
ID, then writes to Sellable's workspace-level DNC list only after confirmation.
|
|
222
|
+
If the user asks to show the current DNC count, list names, or first page before
|
|
223
|
+
import, call `list_dnc_entries` and report the active workspace name and ID.
|
|
222
224
|
Campaign creation already includes `DNC Check`, which checks domain/profile
|
|
223
225
|
before message generation. Do not describe provider workarounds, provider
|
|
224
226
|
search-time limitations, or Prospeo domain filters as the DNC mechanism.
|
|
@@ -50,6 +50,8 @@ Supplied-source preview:
|
|
|
50
50
|
preview. Preview the exact Sellable workspace name and ID and confirm before
|
|
51
51
|
writing. This updates Sellable's workspace-level DNC list; it is not a lead
|
|
52
52
|
source, Prospeo domain filter, or provider workaround.
|
|
53
|
+
If the user asks for the existing DNC count, list names, or first page first,
|
|
54
|
+
call `list_dnc_entries` and report the active workspace name and ID.
|
|
53
55
|
- `supplied-linkedin-profiles` uses `load_csv_linkedin_leads` before the
|
|
54
56
|
15-lead import batch only as preview/source attachment. Pre-import calls
|
|
55
57
|
must omit provider-import parameters. Use `campaignOfferId` only to attach the
|
|
@@ -61,7 +61,9 @@ Supported branches:
|
|
|
61
61
|
Sellable workspace name and ID, and confirmation writes only to that
|
|
62
62
|
workspace's Sellable DNC list. This is not a lead source and does not create a
|
|
63
63
|
`domainFilterId`; campaign rows are protected later by the existing
|
|
64
|
-
`DNC Check` column before message generation.
|
|
64
|
+
`DNC Check` column before message generation. If the user asks for the
|
|
65
|
+
current DNC count, list names, or first page before import, call
|
|
66
|
+
`list_dnc_entries` first.
|
|
65
67
|
- **Supplied LinkedIn profile CSV** — confirm `load_csv_linkedin_leads` only
|
|
66
68
|
after the user approves that supplied-list source. Batch/materialize the
|
|
67
69
|
uploaded CSV into a Sellable lead-list table. Persist the returned
|