Bulk delete catalog ad items from a campaign
AI agents call campaign_bulk_delete_catalog_ad_items to permanently remove resources in AdButler — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.
| Parameter | Type | Required | Description |
|---|---|---|---|
items | array | Yes | Array of catalog ad item IDs to delete |
campaign_id | number | Yes | Campaign ID |
Parameters from the server's own tool schema.
Bulk delete operations are inherently destructive—they permanently remove data without reversibility. The bulk nature amplifies the blast radius: an AI agent misunderstanding the campaign context or receiving incorrect arguments could delete large volumes of ad items, causing significant business disruption and data loss. This cannot be undone, making it the most severe category applicable.
From the tool's definition Tool name explicitly contains 'bulk_delete' and description states 'Bulk delete catalog ad items from a campaign'. The 'delete' operation is irreversible and affects multiple items simultaneously ('bulk').
Documented attack patterns abuse exactly the kind of access campaign_bulk_delete_catalog_ad_items gives an agent:
PolicyLayer is an MCP gateway — it sits between your AI agents and AdButler, and nothing reaches the server without passing your rules. This is the rule we recommend for campaign_bulk_delete_catalog_ad_items:
{
"version": "1",
"default": "deny",
"hide": [
"campaign_bulk_delete_catalog_ad_items"
]
} campaign_bulk_delete_catalog_ad_items disappears from the agent's tool list entirely, and any attempt to call it is denied. The rest of the server keeps working.
Free to start. No card required.
Bulk delete catalog ad items from a campaign. It is categorised as a Destructive tool in the AdButler MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.
campaign_bulk_delete_catalog_ad_items accepts 2 parameters: items, campaign_id. Required: items, campaign_id. The full parameter table on this page comes from the server's own tool schema.
Register the AdButler MCP server in PolicyLayer and add a rule for campaign_bulk_delete_catalog_ad_items: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches AdButler. Nothing to install.
campaign_bulk_delete_catalog_ad_items is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the campaign_bulk_delete_catalog_ad_items rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for campaign_bulk_delete_catalog_ad_items. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
campaign_bulk_delete_catalog_ad_items is provided by the AdButler MCP server (adbutler/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Start from AdButler, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.
Free to start. No card required.
622 AdButler tools catalogued and risk-classified — across an index of 43,000+ MCP servers.