meta_ads_creatives_list
List ad creatives from your Meta Ads account to audit inventory or retrieve creative IDs for reuse in ad creation. Returns key details like name, status, and thumbnail URL.
Instructions
Lists AdCreative resources in a Meta Ads account. Returns id, name, status, object_story_id, call_to_action_type, and thumbnail_url per creative. Read-only — does not modify the account. Default limit is 50 creatives per call (max 1000); for larger inventories use smaller limits and filter client-side. Use this to audit creative inventory or to find a creative_id for reuse in meta_ads_ads_create. To list the ads that consume these creatives, use meta_ads_ads_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max creatives returned in a single call. Default 50, maximum 1000 per Meta Graph API. | |
| 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. |