@sellable/mcp 0.1.181 → 0.1.182
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/package.json
CHANGED
|
@@ -23,12 +23,14 @@ validate-sample tool:
|
|
|
23
23
|
get_subskill_prompt({ subskillName: "create-campaign-v2-tail" })
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
CampaignOffer state and the watch link are canonical.
|
|
27
|
-
|
|
28
|
-
`currentStep`, source/search
|
|
29
|
-
`
|
|
30
|
-
`senderIds`, `sequenceTemplate`, and running state.
|
|
31
|
-
|
|
26
|
+
CampaignOffer state and the watch link are canonical. CampaignOffer state is
|
|
27
|
+
canonical for resume, gating, and handoff. Resume, gating, and handoff read campaign state first:
|
|
28
|
+
`campaignId`, `watchUrl`, `campaignBrief`, `currentStep`, source/search
|
|
29
|
+
association, `selectedLeadListId`, `workflowTableId`, `leadScoringRubrics`,
|
|
30
|
+
`approvedMessageTemplate`, `senderIds`, `sequenceTemplate`, and running state.
|
|
31
|
+
Local draft files are debug; do not create, link, or surface them in
|
|
32
|
+
normal runs. These files are debug outputs; resume and gating read campaign
|
|
33
|
+
state first.
|
|
32
34
|
|
|
33
35
|
## Normal Flow
|
|
34
36
|
|
|
@@ -64,13 +66,12 @@ First visible request when no identity is known:
|
|
|
64
66
|
What is your LinkedIn profile URL or handle?
|
|
65
67
|
```
|
|
66
68
|
|
|
67
|
-
Require a LinkedIn profile URL or
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
questions, then say public research may be stale and invite corrections.
|
|
69
|
+
Require a LinkedIn profile URL or handle before setup continues. Normalize
|
|
70
|
+
`csreyes92`, `@csreyes92`, or `/in/csreyes92` to
|
|
71
|
+
`https://www.linkedin.com/in/{handle}/`; otherwise ask again. Retain it as
|
|
72
|
+
`senderLinkedinUrl` or resolve `clientProspectId` for `create_campaign`. Run one
|
|
73
|
+
lightweight profile lookup before strategy questions, then invite
|
|
74
|
+
corrections.
|
|
74
75
|
|
|
75
76
|
Restore the full setup intake before the brief. Ask bounded choices for:
|
|
76
77
|
|
|
@@ -170,9 +171,12 @@ copy.
|
|
|
170
171
|
## Lead Source
|
|
171
172
|
|
|
172
173
|
Default source order when source is unspecified: LinkedIn post engagement,
|
|
173
|
-
Sales Nav recent activity, broader Sales Nav title search, then Prospeo.
|
|
174
|
-
the campaign is hiring-led
|
|
175
|
-
|
|
174
|
+
Sales Nav recent activity, broader Sales Nav title search, then Prospeo. Use that order only
|
|
175
|
+
when the campaign is not hiring-led and does not need hiring-by-role signals.
|
|
176
|
+
If the campaign is hiring-led or needs hiring-by-role signals, start with
|
|
177
|
+
Prospeo because `search_prospeo` supports
|
|
178
|
+
`company_job_posting_hiring_for` and `company_job_posting_quantity`; Sales Nav
|
|
179
|
+
is only an activity/referral fallback because it does not provide hiring-by-role filters.
|
|
176
180
|
|
|
177
181
|
Before any provider prompt/search/scout call, move the watched campaign to
|
|
178
182
|
provider/source selection, then show one `## Find Buyers Plan` gate. The plan
|