Skip to main content
These are things to actually say to your assistant once the MCP server is connected. Each shows the tools involved so you can see what is happening underneath.

Find leads and review them

generate_leadsget_agent_runsearch_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.
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
This queues real email. Your client should ask before running it — that is why the tool is annotated destructive. Enroll a handful first and read what actually goes out.

Check on a running campaign

list_campaignsget_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_campaignsupdate_campaign per campaign. Progress is kept; resuming picks up where it stopped.

A one-off email

search_leadssend_email

Scrape something

list_scrapersrun_scraperget_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

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.
Enroll a handful, read what actually lands in the recipient’s inbox, then scale.
A key without outreach:send lets an assistant do all the finding and drafting while sending stays under your own hand.
list_inboxes first. A paused inbox or a low health score means the volume you are planning will not go out anyway.