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.

ToolRouteArgumentsDescription
delete_v1_campaign_idDELETE /v1/campaign/{id}1DeleteCampaign 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}2RemoveCampaignChannel 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}1GetCampaign returns one campaign of the caller's org — its name, audience, creatives, channels with
get_v1_campaign_id_metricsGET /v1/campaign/{id}/metrics4CampaignMetrics returns a campaign's results over a window: the analytics funnel (impressions, click
get_v1_campaign_summaryGET /v1/campaign/summary0SummarizeCampaigns returns the org's go-to-market roll-up: how many campaigns exist, how many are li
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, an
put_v1_campaign_idPUT /v1/campaign/{id}7UpdateCampaign rewrites a campaign's core fields — name, audience, creatives, schedule and budget —

All 834 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).

How is this guide?