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_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Ad account ID (e.g., act_123456789) |
businessId | string | Optional | Optional Business Manager ID for block-list discovery. |
adsetIds | array | Optional | Specific ad set IDs to inspect. If omitted, reads ad sets from the ad account. |
includeAdsets | boolean | Optional | Default: true. |
includeBlockLists | boolean | Optional | Default: true. |
includeRawTargeting | boolean | Optional | Default: false. |
limit | integer | Optional | Default: 100. |
cursor | string | Optional | Pagination cursor from previous response. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_brand_safety_controls",
"args": {
"adAccountId": "<string>"
}
}
}