List Facebook Pages
meta_list_pagesLists Facebook Pages managed by the authenticated user, caching page access tokens for subsequent API calls. Retrieve page IDs, names, categories, and follower counts to initiate page or Instagram operations.
Instructions
Lists all Facebook Pages managed by the authenticated user.
IMPORTANT: Call this tool first before any page or Instagram operations — it caches the page access tokens needed for subsequent calls.
Returns:
id: Page ID (needed for other tools)
name: Page name
category: Page category
fan_count: Number of likes
followers_count: Number of followers
link: Page URL
instagram_business_account.id: Linked Instagram account ID (if any)
Tip: The page tokens are cached automatically. You do not need to manage them manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |