Skip to content

What your assistant can do

Vaam’s MCP server exposes a set of tools your assistant calls on your behalf. You never call these directly in conversation — just ask in plain language and the assistant picks the right tool. The names below are useful when building your own agent or debugging an integration.

ToolWhat it does
whoamiYour user info, team, account tier, and the permissions of the current connection
get_statsInstant counts and totals: prospects per sequence status, video stats, account limits. The right tool for any “how many” question
ToolWhat it does
list_sequencesList your sequences with per-sequence stats
get_sequenceSteps, settings, and stats for one sequence
update_sequence_statusPause or resume a sequence. Pausing stops new prospects from starting; prospects already in the sequence continue
ToolWhat it does
list_prospectsList prospects, filterable by enrichment status
get_prospectFull details for one prospect, including CRM and sequence status
add_prospectsAdd up to 100 prospects to a sequence
update_prospectFix contact details. Fields edited in the last 24 hours are protected and skipped
delete_prospectSoft-delete a prospect and cancel any active outreach to them

These tools track each prospect’s journey through a sequence (the API calls this an “enrollment”):

ToolWhat it does
list_enrollmentsList prospects’ progress across all sequences, or filtered by sequence or status. Supports includeDetails for bulk sync
get_enrollmentOne prospect’s step-by-step progress, blocks, and status history
update_enrollment_statusPause, resume, or permanently stop outreach to one prospect
ToolWhat it does
list_captures / get_captureYour video recordings with view and conversion stats
create_capture / finalize_captureUpload a new video via a signed URL
ToolWhat it does
list_tasksManual steps due, replies to review, CRM records to check — matches the Tasks page
list_work_itemsIssues blocking or affecting outreach
resolve_work_itemMark an issue resolved or dismissed
ToolWhat it does
get_ai_profileCurrent ICP, company info, offering, and messaging language
update_icp / update_company_info / update_offering / update_messaging_languageConfigure AI-powered outreach
ToolWhat it does
search_docs / read_docSearch and read these help docs
search_toolsFind tools by keyword

By default every tool returns only your own data. Tools that support it accept teamWide: true to include your whole team — assistants only set this when you explicitly ask about the team.