Skip to content
Get MCP AdsGet MCP Ads, home
Start free

meta_create_ad

Create a PAUSED ad using an existing ad set and creative from the selected account.

Create a PAUSED ad using an existing ad set and creative from the selected account. Local preview by default. No automatic retry. Account ownership is checked before Meta validation or mutation.

Source
Meta Ads
Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/meta-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredSelected owning ad account ID, with or without act_. Every referenced ad object must belong to it.
adSetIdstringRequiredNumeric ID of the existing ad set in the selected account.
creativeIdstringRequiredNumeric ID of an existing ad creative in the selected account; not an image hash or video ID.
namestringRequiredExact business name to give this object. Do not derive it from an uploaded filename.
trackingSpecsarrayOptionalOptional native Meta tracking specifications. Do not supply credentials.
confirmbooleanOptionalApply only when true. Default is a local preview with no API mutation.
validateOnlybooleanOptionalAsk Meta to validate, without creating or changing an object. Mutually exclusive with confirm.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_create_ad",
    "args": {
      "adAccountId": "<string>",
      "adSetId": "<string>",
      "creativeId": "<string>",
      "name": "<string>"
    }
  }
}
Esc

Type to search