- It adds raw, immediate edit tools for changing existing assets (see Editing existing assets below).
- It adds skill tools so your client can load building references on demand (see Skill tools).
- It omits the sandbox and file tools.
Reading and lookups
Read tools never change anything. They power the “answer questions about my data” side of Conversion AI.Creating new assets
Create tools work the same way over MCP as in chat: a new asset is created live but dormant. Emails, forms, and workflows land as unpublished drafts. Nothing is sent, published, or activated; you still take that step yourself in Conversion.Workflows are create-only. There’s no edit flow for an existing workflow. To change one, create a new workflow and switch to it. This matches Conversion AI in chat.
Editing existing assets
To change an asset that already exists, the MCP server exposes raw, immediate-apply edit tools. Each one applies the change to your workspace the moment your client calls it; there’s no preview, no pending list, and no end-of-turn review. This is the biggest behavioral difference from chat; see Editing existing assets for the full comparison.Campaigns and webinars
A webinar is a kind of campaign, and thecampaign_* tools cover both. Each one takes a category of either CUSTOM or WEBINAR, because an id on its own doesn’t say which kind it is. A few arguments differ between the two:
campaign_add_memberstakes astatementfilter forCUSTOMand an explicitcontactIdslist forWEBINAR.campaign_update_member_statusalso needscampaignId(the webinar’s id) when the category isWEBINAR, since that endpoint is scoped by webinar rather than by member.update_campaign’snamesets a webinar’s title. While a webinar is connected to a provider, the provider owns the title and the schedule, so a title edit is rejected until it is disconnected; the description can be set at any time.
Skill tools
Conversion AI relies on schema references (“skills”) to build emails, forms, workflows, and filters correctly. In chat these load automatically. Over MCP, your client loads them on demand by calling a skill tool before it builds:Not available over MCP
For why the sandbox is chat-only and what else differs, see Differences from chat.