meta_ get_ delivery_ diagnostics
Aggregate read-only delivery diagnostics across campaigns, ad sets, and ads using status/effective_status/issues_info where available plus simple delivery…
Aggregate read-only delivery diagnostics across campaigns, ad sets, and ads using status/effective_status/issues_info where available plus simple delivery insights.
- Source
- Meta Ads
- Kind
- Read
- Discovery
- Announced in the tool list
- 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) |
level | string | Optional | One of: campaign, adset, ad, all. Default: "all". |
effectiveStatusFilter | array | Optional | Optional effective_status filter values such as ACTIVE, PAUSED, WITH_ISSUES, DISAPPROVED. |
datePreset | string | Optional | Insights date preset for simple delivery metrics. Defaults to last_7d. One of: today, yesterday, this_month, last_month, this_quarter, maximum, data_maximum, last_3d, last_7d, last_14d, last_28d, last_30d, last_90d, last_, last_, last_quarter, last_year, this_, this_, this_year. |
timeRange | object | Optional | Optional custom insights date range. |
limit | integer | Optional | Default: 100. |
cursor | string | Optional | Pagination cursor from previous response. |
Calling itLink to this section
{
"name": "meta_get_delivery_diagnostics",
"arguments": {
"adAccountId": "<string>"
}
}