Skip to main content
Glama

Meta Ads MCP

by pipeboard-co

update_ad

Modify Meta Ads by updating ad status, bid amount, tracking specs, or creative ID. Use this tool to adjust campaign settings for better performance and alignment with strategic goals.

Instructions

Update an ad with new settings.

Args:
    ad_id: Meta Ads ad ID
    status: Update ad status (ACTIVE, PAUSED, etc.)
    bid_amount: Bid amount in account currency (in cents for USD)
    tracking_specs: Optional tracking specifications (e.g., for pixel events).
    creative_id: ID of the creative to associate with this ad (changes the ad's image/content)
    access_token: Meta API access token (optional - will use cached token if not provided)

Input Schema

NameRequiredDescriptionDefault
access_tokenNo
ad_idYes
bid_amountNo
creative_idNo
statusNo
tracking_specsNo

Input Schema (JSON Schema)

{ "properties": { "access_token": { "default": null, "title": "Access Token", "type": "string" }, "ad_id": { "title": "Ad Id", "type": "string" }, "bid_amount": { "default": null, "title": "Bid Amount", "type": "integer" }, "creative_id": { "default": null, "title": "Creative Id", "type": "string" }, "status": { "default": null, "title": "Status", "type": "string" }, "tracking_specs": { "default": null, "title": "tracking_specs", "type": "string" } }, "required": [ "ad_id" ], "title": "update_adArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeboard-co/meta-ads-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server