Hanzo
Cloud MCPcampaign

campaign

9 MCP tools on the Hanzo cloud door that call the campaign API.

The 9 tools tools/list names for campaign. Each dispatches to an operation in the campaign API reference.

ToolRouteArgumentsRequiredDescription
delete_v1_campaign_idDELETE /v1/campaign/{id}1idDeleteCampaign removes one campaign of the caller's org and answers 204 with no body.
delete_v1_campaign_id_channels_kindDELETE /v1/campaign/{id}/channels/{kind}2id, kindRemoveCampaignChannel drops one channel from a campaign and returns the updated campaign.
get_v1_campaignGET /v1/campaign2ListCampaigns returns the org's campaigns, newest first, optionally narrowed to one status.
get_v1_campaign_idGET /v1/campaign/{id}1idGetCampaign returns one campaign of the caller's org — its name, audience, creatives, channels with…
get_v1_campaign_id_metricsGET /v1/campaign/{id}/metrics4idCampaignMetrics returns a campaign's results over a window: the analytics funnel (impressions,…
get_v1_campaign_summaryGET /v1/campaign/summary0SummarizeCampaigns returns the org's go-to-market roll-up: how many campaigns exist, how many are…
post_v1_campaignPOST /v1/campaign6CreateCampaign creates a campaign as a DRAFT and returns it.
post_v1_campaign_id_channelsPOST /v1/campaign/{id}/channels4AddCampaignChannel adds a channel to a campaign, or REPLACES the one it already has of that kind,…
put_v1_campaign_idPUT /v1/campaign/{id}7UpdateCampaign rewrites a campaign's core fields — name, audience, creatives, schedule and budget —…

All 755 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).

How is this guide?