Inputs
SelectItem
Output
Type:Dict
Returns catalog_id, issue_count, must_fix_count, and the list of diagnostic issue groups.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Checks a Meta catalog for data quality, policy, and feed issues, returning aggregated diagnostic issue groups with severity and affected item counts
| App | Meta Ads |
| Operation ID | meta_ads_check_catalog_diagnostics |
| Type | Action |
| Connection | meta_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
catalog_id | string or SelectItem | Yes | - | Meta catalog ID. Use Meta Ads List Catalogs first to find this value. |
severity | enum (MUST_FIX, OPPORTUNITY) | No | - | Optional severity filter: MUST_FIX for blocking issues or OPPORTUNITY for recommendations. Leave empty to return all issues. |
limit | integer | No | 100 | Maximum number of diagnostic issue groups to return. Default: 100. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns catalog_id, issue_count, must_fix_count, and the list of diagnostic issue groups.
Fields: dynamic (depend on the inputs)