@sellable/install 0.1.193 → 0.1.194
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
|
@@ -630,6 +630,7 @@ const CREATE_CAMPAIGN_ALLOWED_TOOLS = [
|
|
|
630
630
|
"mcp__sellable__get_rows",
|
|
631
631
|
"mcp__sellable__get_rows_minimal",
|
|
632
632
|
"mcp__sellable__get_table_rows",
|
|
633
|
+
"mcp__sellable__list_dnc_entries",
|
|
633
634
|
"mcp__sellable__load_csv_dnc_entries",
|
|
634
635
|
"mcp__sellable__load_csv_linkedin_leads",
|
|
635
636
|
"mcp__sellable__load_csv_domains",
|
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
|