meta get page posts
meta_get_page_postsFetch published Facebook Page posts with exact IDs, messages, permalinks, and media. Use postId to preflight an existing post for ad eligibility.
Instructions
Read published Facebook Page posts using a Page token resolved from the connected user. Returns exact PageID_PostID, message, permalink and media attachments. Use postId for an exact existing-post ad preflight. No Instagram media, comments, likes or insights are requested; this read alone does not establish advertising eligibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. | |
| cursor | No | Pagination cursor from previous response | |
| pageId | Yes | Facebook Page ID | |
| postId | No | Exact PageID_PostID to read instead of the recent-post list; must belong to pageId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |