manage-ai-prospecting
Edit the caller’s prospecting schema via the shadow lifecycle.
Iterate in chat → test with ai_prospecting(activate_shadow_run=True)
→ promote when satisfied. All operations are scoped to the caller from
OAuth — no tenant / email arguments.
When the agent picks this skill
Section titled “When the agent picks this skill”- “Show me my prospecting schema / regions / keywords / ranking config.”
- “Tweak hot keywords and let me try the result before going live.”
- “Promote my draft to live.” / “Throw away the draft.”
Not for triggering prospecting runs (use ai-prospecting)
or inspecting run history.
What the skill teaches the agent
Section titled “What the skill teaches the agent”- The full lifecycle:
get_my_schema → create_shadow → update_shadow (× N) → test → ship_shadow(confirm=True)(ordiscard_shadow). - Always start with
get_my_schemato read the live config before proposing edits. - The editable fields under
patchand which ones are protected server-side. - Never call
ship_shadowwithout both an explicit user approval phrase (“ship it”, “promote it”, “make it live”) andconfirm=True. - The shortcut-row caveat:
create_shadowon a solo-team schema flipsis_shadow=TRUEin place;discard_shadowflips it back but any edits made during testing remain on the live row.
Underlying MCP tools
Section titled “Underlying MCP tools”manage_ai_prospecting— the lifecycle.ai_prospectingwithactivate_shadow_run=True— for testing the draft.