meta_ads_pages_list
Lists Facebook Pages the current access token can manage, returning page IDs, names, and categories. Use it to find a page_id before creating lead forms, boosting posts, or setting up ads.
Instructions
Lists Facebook Pages the current access token can manage, aggregating personal Pages (/me/accounts) and business-owned Pages (/me/businesses -> owned_pages). Returns id, name, and category (when present) per Page. Read-only. Use this to find a page_id before creating lead forms, boosting posts, or attaching a Page to an ad set's promoted_object. This lists Pages, not their contents — for one Page's photos use meta_ads_pages_photos_list.
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. |