Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

meta_get_brand_safety_controls

Read brand safety, suitability, placement, and context-control signals from ad account/ad set targeting and optional block-list edges.

Read brand safety, suitability, placement, and context-control signals from ad account/ad set targeting and optional block-list edges.

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

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredAd account ID (e.g., act_123456789)
businessIdstringOptionalOptional Business Manager ID for block-list discovery.
adsetIdsarrayOptionalSpecific ad set IDs to inspect. If omitted, reads ad sets from the ad account.
includeAdsetsbooleanOptionalDefault: true.
includeBlockListsbooleanOptionalDefault: true.
includeRawTargetingbooleanOptionalDefault: false.
limitintegerOptionalDefault: 100.
cursorstringOptionalPagination cursor from previous response.

Calling itLink to this section

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

Type to search