meta_ads_catalogs_list
List Meta Commerce Catalogs owned by a Business to retrieve catalog IDs, names, product counts, and feed counts for managing products or feeds.
Instructions
Lists Meta Commerce Catalogs owned by a Business. Returns id, name, product_count, vertical (commerce / hotels / flights / home_listings / destinations), and feed_count per catalog. Read-only. Use this to find a catalog_id before calling meta_ads_catalogs_get / delete or managing products / feeds underneath.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. | |
| business_id | Yes | Meta Business ID that owns the catalogs. Catalogs live at the Business level, not the ad-account level — the Business ID is required here. |