Find leads and review them
generate_leads → get_agent_run → search_leads
The run is asynchronous, so your assistant will poll. If the agent needs a
clarification the run goes paused with the question in result_summary; your
assistant answers it with reply_to_agent and the same run continues.
Refine an existing search
reply_to_agent on the finished run — it starts a follow-up in the same
conversation, inheriting the lead-generation playbook, so results keep landing
in your leads rather than in a chat message.
Draft a sequence
draft_email with mode: "sequence". Nothing is saved yet — read it, ask for
edits, and only then:
create_sequence
Launch a campaign
list_inboxes — check the health score and today’s remaining cap before you
commit to a volume.
create_campaign
enroll_leads
Check on a running campaign
list_campaigns → get_campaign
The per-step numbers are the useful part: a healthy step-1 open rate with no
replies is an offer problem, not a subject-line problem.
outreach_stats
Pause everything
list_campaigns → update_campaign per campaign. Progress is kept; resuming
picks up where it stopped.
A one-off email
search_leads → send_email
Scrape something
list_scrapers → run_scraper → get_scraper_runs
Chain it with your own work
Because MCP clients hold several servers at once, ManyPI composes with whatever else you have connected:search_leads → your CRM’s tools → enroll_leads
Habits worth keeping
Read before you send
Read before you send
Ask to see the drafted email and the lead list in the conversation before
enrolling. It costs one message and prevents the mistake that cannot be
undone.
Start with five leads
Start with five leads
Enroll a handful, read what actually lands in the recipient’s inbox, then
scale.
Give the assistant a research-only key
Give the assistant a research-only key
A key without
outreach:send lets an assistant do all the finding and
drafting while sending stays under your own hand.Check inbox health before a big push
Check inbox health before a big push
list_inboxes first. A paused inbox or a low health score means the volume
you are planning will not go out anyway.